bvdputte / kirby-fingerprint

Cache-busting utility to fingerprint assets (JS/CSS) in Kirby CMS
MIT License
16 stars 3 forks source link

2.1.2 Seems to only fingerprint @auto files #8

Closed HashandSalt closed 4 years ago

HashandSalt commented 5 years ago

As it says in the title :)

No longer works with URL's fed to the css & js helper, only if its set to @auto.

HashandSalt commented 5 years ago

Forgot to say, I'm using both @auto and the regular way at once...

<?= js('/assets/js/site.js') ?>
<?= js('@auto') ?>