Assets Do Not Compile When config.assets.digest = true
Opened this issue · 1 comments
lynndylanhurley commented
In my production environment, the only way I can get our assets to compile into a single file is by setting config.assets.digest
to false
. This is not ideal because 1. we want the digest fingerprinting behavior, and 2. the asset_sync gem requires config.assets.digest
to be set to true
.
Here is my config file:
https://gist.github.com/lynndylanhurley/77ffe41d0ca11b476505
lynndylanhurley commented
#138 solves this issue.