Is there a free Javascript compression tool which works?
If you are using such a tool, please let me know
iProgram
2:23 pm on Aug 28, 2006 (gmt 0)
I want to compress my /js/*.js files and tried a lot of products on SERP. However, almost all of them do not work correctly. For example, some product will change
var a = 'http://www.example.com';
into
var a = 'http:
(remove comment for me?). Are you using a javascript compression tool, which can remove extra spaces from source code, and does not modify any characters within "..."?
MisYu
8:14 am on Aug 29, 2006 (gmt 0)
Google for 'JavaScript Obfuscator'. There are several of them.
[edited by: DrDoc at 8:04 am (utc) on Sep. 24, 2006] [edit reason] removed URL reference [/edit]