@hackage hjsmin0.2.1
Haskell implementation of a javascript minifier
Categories
License
BSD-3-Clause
Maintainer
Erik de Castro Lopo <erikd@mega-nerd.com>
Links
Versions
Installation
Dependencies (4)
- base >=4.9 && <5
- bytestring >=0.11
- language-javascript >=0.6 && <0.8
- text >=2 Show all…
Dependents (16)
@hackage/yesod-mangopay, @hackage/acme-everything, @hackage/battleships, @hackage/espial, @hackage/notmuch-web, @hackage/shake-minify, Show all…
hjsmin
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.
How to build
cabal clean && cabal configure && cabal build
Tests
There are currently no tests, because all the heavy lifting is done by language-javascript.
Reporting Bugs
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.
