breezewish / express-minify

Automatically minify and cache your javascript and css files.
https://npmjs.org/package/express-minify
MIT License
86 stars 18 forks source link

drop dependency of node-json-minify, use JSON.stringify to minify json #36

Closed PeterDaveHello closed 9 years ago

PeterDaveHello commented 9 years ago

node-json-minify will have performance issue with large json files, make nodejs hangs and the cpu usage been 100% ... JSON.stringify works fine without that problem.