Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erikd/hjsmin
Haskell version of jsmin js minifier
https://github.com/erikd/hjsmin
Last synced: 11 days ago
JSON representation
Haskell version of jsmin js minifier
- Host: GitHub
- URL: https://github.com/erikd/hjsmin
- Owner: erikd
- License: bsd-3-clause
- Created: 2010-10-03T16:40:46.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T02:34:05.000Z (almost 2 years ago)
- Last Synced: 2024-05-08T16:11:03.381Z (6 months ago)
- Language: Haskell
- Homepage: http://github.com/erikd/hjsmin
- Size: 758 KB
- Stars: 27
- Watchers: 6
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
hjsmin
======[![Build Status](https://secure.travis-ci.org/erikd/hjsmin.png?branch=master)](http://travis-ci.org/erikd/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.[hjsmin]: https://github.com/erikd/hjsmin
[language-javascript]: https://github.com/erikd/language-javascript