forked from andyli/JSMinHx
-
Notifications
You must be signed in to change notification settings - Fork 0
HaXe port of JSMin.
mgnt/JSMinHx
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A haxe port of JSMin http://www.crockford.com/javascript/jsmin.html It is ported from JS version of JSMin. Repo: http://github.com/andyli/JSMinHx Install it by: haxelib install jsmin Use it by: haxelib run jsmin inputFile outputFile [level] [comment] Or use the JSMin class directly in your haXe program. The JSMin class minify the input once it is constructed. You can then get the result from its output property. Eg. var minifiedJS:String = new jsmin.JSMin(jsSource).output; For more info of what it actually does, see http://www.crockford.com/javascript/jsmin.html
About
HaXe port of JSMin.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published