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: about 1 year ago
JSON representation
Go package to minify JavaScript, which is a direct port of Douglas Crockford's JSMin
- Host: GitHub
- URL: https://github.com/dchest/jsmin
- Owner: dchest
- License: other
- Created: 2013-11-02T20:16:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-11-04T05:19:28.000Z (over 1 year ago)
- Last Synced: 2025-03-18T08:11:18.324Z (over 1 year ago)
- Language: Go
- Homepage: http://godoc.org/github.com/dchest/jsmin
- Size: 7.81 KB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.