lib/egghead/styles.rb in egghead-styles-1.0.40 vs lib/egghead/styles.rb in egghead-styles-1.0.41

- old
+ new

@@ -3,10 +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 + config.assets.paths << File.expand_path("../../vendor/assets/stylesheets", __FILE__) end end end