Popularity
8.0
Stable
Activity
0.0
Stable
27
6
12

Code Quality Rank: L2
Monthly Downloads: 183
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Web    

hjsmin alternatives and similar packages

Based on the "Web" category.
Alternatively, view hjsmin alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hjsmin or a related project?

Add another 'Web' Package

README

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.