8000 GitHub - ujjwalsh/hjsmin: Haskell version of jsmin js minifier
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ujjwalsh/hjsmin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hjsmin

Build Status

Haskell implementation of a command line javascript minifier.

The executable generated from this package simply does command line parsing 67B6 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.

About

Haskell version of jsmin js minifier

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 87.1%
  • Shell 12.9%
0