Laravel-Backpack / basset

Better asset helpers for Laravel apps.
MIT License
155 stars 11 forks source link

[WIP] Add a cache busting string generator #126

Open pxpm opened 5 months ago

pxpm commented 5 months ago

This PR aims to make the generation of the cache busting string configurable with maximum flexibility (that a config can't quite provide).

It introduces a CacheBusterInterface that any CacheBuster can implement with a single method that should return the cache busting string.

Easy I guess.

Will talk with @promatik to know if he foresees any downside, but I think we are good.

GregaUNK commented 4 months ago

Any news on when this is going to be released?