requirejs-rails icon indicating copy to clipboard operation
requirejs-rails copied to clipboard

Assets Do Not Compile When config.assets.digest = true

Open lynndylanhurley opened this issue 12 years ago • 1 comments
trafficstars

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 avatar Jul 18 '13 15:07 lynndylanhurley

#138 solves this issue.

lynndylanhurley avatar Jul 18 '13 16:07 lynndylanhurley