NodeJS will minify the javascript code it sends to the browser. Is there a way to prevent this, so it's easier to debug the code in Firebug / Chrome's Inspector?
1 Answer
Merge and minify CSS/javascript files
Your asset manager minifies it for you. So either turn it off or use the express configurations to set up a development configuration that doesn't use this middleware