Commit 8bdbe266c5d465288375507da822e73adc3139db
1 parent
a47ef5a4
Exists in
master
and in
1 other branch
Don't precompile apps.show.js
Since this is included in application.js now, there's no need to precompile it. :)
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
config/environments/production.rb
| ... | ... | @@ -28,9 +28,6 @@ Errbit::Application.configure do |
| 28 | 28 | # Use a different cache store in production |
| 29 | 29 | # config.cache_store = :mem_cache_store |
| 30 | 30 | |
| 31 | - # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) | |
| 32 | - config.assets.precompile += %w( apps.show.js ) | |
| 33 | - | |
| 34 | 31 | # Disable Rails's static asset server |
| 35 | 32 | # In production, Apache or nginx will already do this |
| 36 | 33 | config.serve_static_assets = false | ... | ... |