nanoc-cachebuster icon indicating copy to clipboard operation
nanoc-cachebuster copied to clipboard

Create dependencies

Open avdgaag opened this issue 13 years ago • 3 comments

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.

avdgaag avatar May 21 '11 11:05 avdgaag

Also facing this problem

tommeier avatar Apr 16 '14 04:04 tommeier

@tommeier any suggestions on how to solve it?

avdgaag avatar Apr 16 '14 09:04 avdgaag

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.

tommeier avatar Apr 16 '14 09:04 tommeier