I suspect the offending code is: BundlingOptions.NotOptimizedAndComposite. I tried to find some documentation for this but couldn't - not through the doc site or searching through source code. Perhaps Intellisense will suggest other options?
NotOptimized sounds like it's definitely not going to minimize.
Smidge V9 Bundling and minification
Hi All,
Was trying to use the Smidge V9 bundling and minification. I've got everything setup as per the docs below
https://our.umbraco.com/documentation/Fundamentals/Design/Stylesheets-Javascript/
Bundling seems to be working all great with CSS and JS
But I can't seems to figure out why minification doesn't works. It just doesn't minify the CSS / JS
Any idea?
Thanks
Sorry, I don't use this Smidge tool.
I suspect the offending code is:
BundlingOptions.NotOptimizedAndComposite
. I tried to find some documentation for this but couldn't - not through the doc site or searching through source code. Perhaps Intellisense will suggest other options?NotOptimized sounds like it's definitely not going to minimize.
You may be able to just leave this out.
is working on a reply...