Skip to content

Commit 61bcb46

Browse files
committed
Updated the production environment configuration to compile uncompiled assets (i.e. CSS stylesheets) while in Production mode
1 parent 7dd2fa9 commit 61bcb46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration App/config/environments/production.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
# config.assets.css_compressor = :sass
3030

3131
# Do not fallback to assets pipeline if a precompiled asset is missed.
32-
config.assets.compile = false
32+
config.assets.compile = true
3333

3434
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
3535
# yet still be able to expire them through the digest params.

0 commit comments

Comments
 (0)