Guest User

Untitled

a guest
Jan 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # Asset Pipeline changes
  2. There's a manifest it has a bug rails/rails#2772, which means if you use `config.assets.prefix`, you need to add `config.assets.manifest = false` to your `config/application.rb`.
  3.  
  4. Also, there is a new default in the production environment template.
  5.  
  6. ```ruby
  7. config.assets.digest=true
  8. ```
  9.  
  10. Without that, precompiled assets won't work correctly all the time.
Add Comment
Please, Sign In to add comment