bnolan / capt

Command line tool for creating backbone.js applications
294 stars 21 forks source link

Any plan for UglifyJS? #3

Closed kayue closed 13 years ago

kayue commented 13 years ago

Seems like UglifyJS is the best JavaScript parser / mangler / compressor / beautifier library on NodeJS.

It will be great if you can add it to the project.

https://github.com/mishoo/UglifyJS

bnolan commented 13 years ago

It would be nice to be able to parse require statements or some kind of dependency tree 'hint', instead of the config.yml, but I haven't had a need for that myself yet. Will consider uglifyjs if that need comes up.