You are looking at historical revision 19148 of this page. It may differ significantly from its current revision.

jsmin

Description

jsmin is an almost line-by-line translation of Douglas Crockford's jsmin C code to Scheme.

See the jsmin page to see what it does and what you should beware of when using it.

Author

Douglas Crockford is the author of jsmin. Mario Domenech Goulart translated it to Scheme.

Requirements

None

Procedures

[procedure] (jsmin-string str)

Return a minified string from the given string containing javascript code.

[procedure] (jsmin-file file)

Return a minified string from the contents of the given javascript file.

License

 

BSD

Version history

2.0
License changed to BSD
1.0
Initial release