Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dchest/jsmin

Go package to minify JavaScript, which is a direct port of Douglas Crockford's JSMin
https://github.com/dchest/jsmin

Last synced: 23 days ago
JSON representation

Go package to minify JavaScript, which is a direct port of Douglas Crockford's JSMin

Awesome Lists containing this project

README

        

Package jsmin implements JavaScript minifier.
It's a direct port of [Doulas Crockford's JSMin](http://www.crockford.com/javascript/jsmin.html).

* Docs: See
* License: Original JSMin license applies, see `jsmin.go`.

[![Build Status](https://travis-ci.org/dchest/jsmin.png)](https://travis-ci.org/dchest/jsmin)