| assets not showing correctly for prod environments - warvox - VoIP based wardia… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 8fa0ede5ca4efb70d2f59f8d3081e050f468eca0 | |
| parent dab84d5f7cdba72be3833141c9cc35dd66ae737f | |
| Author: Jay Scott <[email protected]> | |
| 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(-) | |
| --- | |
| diff --git a/config/environments/production.rb b/config/environments/production… | |
| @@ -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 ass… | |
| # yet still be able to expire them through the digest params. |