assets not showing correctly for prod environments - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 8fa0ede5ca4efb70d2f59f8d3081e050f468eca0
(DIR) parent dab84d5f7cdba72be3833141c9cc35dd66ae737f
(HTM) Author: Jay Scott <jay@beardyjay.co.uk>
Date: Mon, 22 Aug 2016 09:21:37 +0000
assets not showing correctly for prod environments
Diffstat:
M config/environments/production.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/config/environments/production.rb b/config/environments/production.rb
@@ -29,7 +29,7 @@ Rails.application.configure do
# 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
# Asset digests allow you to set far-future HTTP expiration dates on all assets,
# yet still be able to expire them through the digest params.