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,9 +28,6 @@ Errbit::Application.configure do | ||
28 | # Use a different cache store in production | 28 | # Use a different cache store in production |
29 | # config.cache_store = :mem_cache_store | 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 | # Disable Rails's static asset server | 31 | # Disable Rails's static asset server |
35 | # In production, Apache or nginx will already do this | 32 | # In production, Apache or nginx will already do this |
36 | config.serve_static_assets = false | 33 | config.serve_static_assets = false |