emmashakespeare_03841
10/30/2023, 1:41 PMCodeSharePaul
03/18/2024, 3:07 PMkdx-perbol
09/02/2024, 11:32 AM/sb/bundleName.js.v1
in all environments/modes no matter how I configure runtime minification settings.
Using app.UseSmidge(bundles => { bundles.CreateJs("bundleName", "file.js")})
to bundle and SmidgeHelper.JsHereAsync("bundleName")
to render.
**EDIT: **Using the solution here worked https://github.com/umbraco/Umbraco-CMS/issues/15165, i.e., setting the Smidge cachebuster options manually, either on the bundle or globally.