Reduces size of javascript files by stripping out extraneous whitespace and other syntactic elements, without changing the semantics.


Keywords
library, program, web, Propose Tags, Skip to Readme, , Index, Quick Jump, Text.Jasmine, hjsmin-0.2.1.tar.gz, browse, Package description, Package maintainers, AlanZimmerman, ErikDeCastroLopo, TonyMorris, edit package information , 0.1.4.2, 0.1.4.3, 0.1.4.5, 0.2.0.4, 0.2.1, language-javascript, hjsmin
License
BSD-3-Clause
Install
cabal install hjsmin-0.1.4.8

Documentation

hjsmin

Build Status

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.