nanoc-cachebuster
nanoc-cachebuster copied to clipboard
Create dependencies
When you update an asset file, such as a stylesheet, it will create a new output file with the new fingerprint. Files referring to that file will not get updated to use the new filename, as Nanoc will not consider them changed.
The gem should find a way to flush the cache or mark every other referring item as changed, so they will get properly updated.
Also facing this problem
@tommeier any suggestions on how to solve it?
Not really unfortunately, I had a stab, in the end it has been easier to switch to middleman that uses rails active support and sprockets for handling assets and accurate cache busting (with dependencies)
On 16 Apr 2014, at 7:26 pm, Arjan van der Gaag [email protected] wrote:
@tommeier any suggestions on how to solve it?
— Reply to this email directly or view it on GitHub.