Skip to content

Commit

Permalink
allow to complie assets in production
Browse files Browse the repository at this point in the history
  • Loading branch information
mokevnin committed Jun 22, 2013
1 parent 2b4fdb7 commit 0ae42d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# 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 0ae42d2

Please sign in to comment.