Disable Bundling and Minify for Debugging During Development
Debugging the theme is proving to be difficult as all the files are bundled and minified. Can this be easily disabled for debugging purposes with out stripping out the Combres code?
in /Config/Combres.config. ( instead of 'auto'. You can also update the web.config to get the same result.).
This works to unbundle, but it now attempts to read all the .less files inside the browser, instead of compiling to .css and pulling those in. I will keep playing, but if someone knows the answer, it'd save me some time ;) I'll post the answer if I find it.
Disable Bundling and Minify for Debugging During Development
Debugging the theme is proving to be difficult as all the files are bundled and minified. Can this be easily disabled for debugging purposes with out stripping out the Combres code?
I am able to disable bundling by changing:
in /Config/Combres.config. ( instead of 'auto'. You can also update the web.config to get the same result.).
This works to unbundle, but it now attempts to read all the .less files inside the browser, instead of compiling to .css and pulling those in. I will keep playing, but if someone knows the answer, it'd save me some time ;) I'll post the answer if I find it.
is working on a reply...