ruby on rails - assets:precompile doesn't seem to work, locally or not -


when pushing rails 3.2.11 app heroku, running rake assets:precompile or rails_env=production rake assets:precompile doesn't seem make assets available - doesn't matter if run rake task locally or not.

the solution set config.assets.compile = true in production.rb seems make app super slow in production.

i haven't had issue other applications.

how diagnose deal is?

when run task locally, make sure you've commited newly created files.


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -