Skip to content

Commit

Permalink
Change production config
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeNash committed May 24, 2014
1 parent 138697d commit 14b98f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
# config.action_dispatch.rack_cache = true

# Disable Rails's static asset server (Apache or nginx will already do this).
config.serve_static_assets = false
config.serve_static_assets = true

# Compress JavaScripts and CSS.
config.assets.js_compressor = :uglifier
# config.assets.css_compressor = :sass

# Do not fallback to assets pipeline if a precompiled asset is missed.
config.assets.compile = false
config.assets.compile = true

# Generate digests for assets URLs.
config.assets.digest = true
Expand Down

0 comments on commit 14b98f0

Please sign in to comment.