Skip to content

Commit

Permalink
Update materialize-sass.rb
Browse files Browse the repository at this point in the history
copy/paste is bad!
  • Loading branch information
ogonki-vetochki committed Feb 6, 2015
1 parent f9a6ad3 commit d7fae53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/materialize-sass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Materialize
module Sass
class Engine < ::Rails::Engine
initializer 'bootstrap-sass.assets.precompile' do |app|
initializer 'materialize-sass.assets.precompile' do |app|
%w(stylesheets javascripts fonts images).each do |sub|
app.config.assets.paths << root.join('assets', sub).to_s
end
Expand Down

0 comments on commit d7fae53

Please sign in to comment.