@hackage hjsmin0.0.2
Haskell implementation of a javascript minifier
Categories
License
BSD-3-Clause
Maintainer
Alan Zimmerman <alan.zimm@gmail.com>
Links
Versions
Installation
Dependencies (5)
- attoparsec >=0.8 && <0.9
- base >=4 && <5
- blaze-builder >=0.2 && <1
- bytestring >=0.9 && <0.10
- text >=0.8 && <1 Show all…
Dependents (16)
@hackage/yesod-mangopay, @hackage/acme-everything, @hackage/battleships, @hackage/espial, @hackage/notmuch-web, @hackage/shake-minify, Show all…
Package Flags
buildtests
(off by default)
Build the executable to run unit tests
hjsmin
Haskell implementation of a javascript minifier
It is intended to be used in conjunction with Hamlet, part of Yesod.
As such, much of the structure of the package is shamelessly copied from Hamlet.
See http://github.com/snoyberg/hamlet
How to build
Library:
cabal clean && cabal configure && cabal build
Tests:
cabal clean && cabal configure -fbuildtests && cabal build
Running the tests
./dist/build/runtests/runtests