We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This package allows you to simulate Laravel's mix function, used for cache busting, without the need to use PHP in your project.
mix
The plugin will grab your static index.html file, search for any asset and replace them with all occurrences specified within mix-manifest.json.
index.html
mix-manifest.json
You can find the source files at https://github.com/maize-tech/laravel-mix-static-cache-busting
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This package allows you to simulate Laravel's
mix
function, used for cache busting, without the need to use PHP in your project.The plugin will grab your static
index.html
file, search for any asset and replace them with all occurrences specified withinmix-manifest.json
.You can find the source files at https://github.com/maize-tech/laravel-mix-static-cache-busting
The text was updated successfully, but these errors were encountered: