?v=1.2.3).asset() calls.busters.json generated in CI).AssetMapper (v5.3+) or Webpack Encore, which include native cache-busting (redundant dependency).gulp-buster npm package; alternatives like asset_version Twig extensions or static hashing may suffice.busters.json, and Twig integration.For Executives: "This bundle automates cache busting for frontend assets in our Symfony app, ensuring users always get the latest JS/CSS without manual version updates. By integrating with our existing Gulp workflow, it reduces frontend/backend handoff friction and aligns with our performance goals. Low-risk (MIT license, minimal setup) and future-proof for our asset pipeline."
For Engineering:
*"The GulpBusterBundle lets us leverage gulp-buster for asset hashing while providing a clean Twig filter (|with_buster_hash) to inject versioned URLs (e.g., ?v=abc123). Key benefits:
asset() calls in Twig.busters.json paths if needed.asset_version Twig extensions. Recommended for teams already using Gulp for asset processing."*For Developers: *"Drop-in solution for cache busting with Gulp. After installing:
gulp-buster to generate hashes (busters.json).{{ asset('file.css')|with_buster_hash }} in Twig.
No more hardcoding ?v=1.0—hashes are auto-injected. Configurable paths if your project structure differs."*How can I help you explore Laravel packages today?