Skip to content

Commit

Permalink
Merge pull request #8 from xamenrax/patch-1
Browse files Browse the repository at this point in the history
Fix path from which assets are loaded
  • Loading branch information
mkhairi committed Feb 7, 2015
2 parents f9a6ad3 + d7fae53 commit 5f8d993
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 5f8d993

Please sign in to comment.