Commit fc7d6a6198211bd92c78e5c02d2415689e6f1fbf
Exists in
master
and in
1 other branch
Merge pull request #199 from stevenh512/apps_show
Don't precompile apps.show.js
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 | ... | ... |