Precompiling files for Rails production
By default Rails assumes that you have your files precompiled in the production environment. To precompile the files and to get better performance in production set config.assets.compile to false in production.rb and then precompile your assets. You can precompile with this rake task:
bundle exec rake assets:precompile
11 Notes/ Hide
-
gemfury liked this
-
elliottheis posted this
