Haskell implementation of a command line javascript minifier.
The executable generated from this package simply does command line parsing before handing the off the minification process to the language-javascript package which also does the rendering.
cabal clean && cabal configure && cabal build
There are currently no tests, because all the heavy lifting is done by language-javascript.
Bugs like failing to parse certain chunks of Javascript or errors in the minification process should be reported on the language-javascript issue tracker.
Bugs about failure to handle command line paramters should be reported on the hjsmin issue tracker.