简体   繁体   中英

Prevent nodejs from minifying javascript code while developing / debugging

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?

asset manager

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM