craft-asset-rev icon indicating copy to clipboard operation
craft-asset-rev copied to clipboard

A Craft CMS plugin to help with cache busting

Results 5 craft-asset-rev issues
Sort by recently updated
recently updated
newest added

I have got asset rev up and running, the manifest json file gets update when I make changes to to files and re-mix via laravel mix. For some reason though...

It would be nice if the `rev()` function accepted Asset elements in addition to file paths. I suppose remote volumes (S3, Google Cloud, etc.) would be more work since it...

I've been troubleshooting this one for a few hours now, and I'm at the point where I just need someone to take a look at this and make sure I'm...

One of the strategies described in [article on nystudio](https://nystudio107.com/blog/simple-static-asset-versioning) is changing the filename of the static file in link to this file and then using apache rewrite to direct requests...

Any why to add an @alias from the manifest, that is available in the backend? So we could create our own alias like @backend_css and use it in an plugin...