-
Hi, I see that basset cache bursting relies on fixed hash (substr(md5(base_path('composer.lock')), 0, 12)). When I update my css/js assets I want to change that cache bursting string, so users get immediate update. How to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
pxpm
Apr 25, 2024
Replies: 1 comment
-
Hey @GregaUNK at the moment is not possible. The only way to bust the cache is if the I've started working on a way to make it configurable in Laravel-Backpack/basset#126 Let's move the conversation over there. You can also follow that PR to see when we add that ability (soon I hope). Cheers |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GregaUNK
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @GregaUNK at the moment is not possible.
The only way to bust the cache is if the
composer.lock
changes.I've started working on a way to make it configurable in Laravel-Backpack/basset#126
Let's move the conversation over there. You can also follow that PR to see when we add that ability (soon I hope).
Cheers