开发者

Prevent nodejs from minifying javascript code while developing / debugging

NodeJS will minify th开发者_如何学运维e 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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜