How do I turn off debugging when I am developing?
I have it generating the vendor.css and vendor.js files.
On the javascript side, I do not want it to push to vendor when I'm in VS etc.
I would like the vendor.css to continue to build though and update so when I hit Ctrl F5 it works!
I can't seem to find any help on the web.