backdream Posted August 25, 2007 Share Posted August 25, 2007 I change some jscript file and want compress it. I have tested ESC, But the compressed JScript seems cannot work. eg: when compress ips_text_editor.js, some function of Editor doesnot work properly.Which JS Minimizer does IPS use? Link to comment Share on other sites More sharing options...
StewartC Posted August 25, 2007 Share Posted August 25, 2007 It's a custom script written by Matt I believe :) Link to comment Share on other sites More sharing options...
Alex Posted August 25, 2007 Share Posted August 25, 2007 It probably just uses fopen() and fwrite() and strips all \n ;) Not that complicated at all. Link to comment Share on other sites More sharing options...
Millar Posted August 25, 2007 Share Posted August 25, 2007 If you can't find the one IPS uses. Dean Edwards' Packer is another great. Link to comment Share on other sites More sharing options...
backdream Posted August 26, 2007 Share Posted August 26, 2007 If you can't find the one IPS uses. Dean Edwards' Packer is another great.I have tested it online with ips_text_editor.js, it seems work fine. But the .NET, perl and PHP applications of it cannot work...I will test more, thanks. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.