Neil
Neil
I've done some more digging and it appears it's something to do with not passing the configuration options to the native smidge functions - so the built in SmidgeHelper isn't...
If it helps, as a workaround I created my own service, injected IRuntimeMinifier and IBundleManager so that I could overload the functions to check the bundles didn't already exist before...
A slightly better, but no less hacky fix was to go back to using the proper SmidgeHelper class, but with this in Startup.cs ``` services.Configure(options => { string cachebuster =...
@UmbracoHQ Can someone pelase disable the azure-boards bot (or fix the issue) so we're not getting spammed hourly?