mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
805 stars 243 forks source link

My application does not work in production mode. #74

Closed Fernandox64 closed 8 years ago

Fernandox64 commented 8 years ago

The javascript files look like they are not being compiled properly. But it works in the way development.

Below my production.rb file production.txt

Thank you for spending your time here...

mkhairi commented 8 years ago

Hi @Fernandox64 , Have you compiled the assets yet?

run RAILS_ENV=production bundle exec rake assets:precompile

then restart server.

Fernandox64 commented 8 years ago

Thank you @mkhairi for help...