Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vrana/JsShrink

Remove spaces and comments from JavaScript code (available in PHP and JavaScript)
https://github.com/vrana/JsShrink

Last synced: 27 days ago
JSON representation

Remove spaces and comments from JavaScript code (available in PHP and JavaScript)

Awesome Lists containing this project

README

        

JsShrink - Remove spaces and comments from JavaScript code
Available in PHP and JavaScript
Requires statements ending by semicolon, use JSHint or JSLint to verify.

http://vrana.github.com/JsShrink/

Usage PHP:

Usage JavaScript:

textarea.value = jsShrink(code);

Note:
Google Closure Compiler is much more powerful and efficient tool.
JsShrink was created for those looking for PHP or JavaScript only solution.
Most other JS minifiers are not able to process valid JavaScript code:
http://php.vrana.cz/minifikace-javascriptu.php#srovnani