lib/egghead/styles.rb in egghead-styles-1.0.45 vs lib/egghead/styles.rb in egghead-styles-1.0.46

- old
+ new

@@ -3,9 +3,10 @@ module Egghead module Styles class Engine < ::Rails::Engine config.assets.paths << root.join('assets', 'stylesheets').to_s + config.assets.paths << root.join('vendor', 'assets', 'stylesheets').to_s end end end