TavoxPeru 0 Report post Posted March 21, 2007 The JS Minifier is a handy tool that it's only purpose is to remove whitespaces from your Javascript scripts to reduce their size, it is very simple but at the same time it is a very helpful tool.You can find this tool at: JS Minifier ToolBest regards, Share this post Link to post Share on other sites
demolaynyc 0 Report post Posted March 30, 2007 Hehe, it's a like Compiling a source code, except it's readable. Hm... how much space does it compress though? does it make drastic changes? Anyway I prefer having it organized and codes documented just so that it's readable to programmers and myself. Share this post Link to post Share on other sites
TavoxPeru 0 Report post Posted April 7, 2007 Hehe, it's a like Compiling a source code, except it's readable. Hm... how much space does it compress though? does it make drastic changes? Anyway I prefer having it organized and codes documented just so that it's readable to programmers and myself.More than a compiler it is a white space remover as i said before, it only removes extra spaces from your source code, the benefits of this is that your code loads faster to the client side and your page loads faster, i notice that it does not make drastic changes.Best regards, Share this post Link to post Share on other sites
Chesso 0 Report post Posted April 8, 2007 Yup pretty basic, in that it removes, well one would hope *unnecessary* white space (sometimes white space can be necessary in-order to function properly).It's probably better to have the *compressed* version online once tested and leave a more editable version offline for future changes and adjustments. Share this post Link to post Share on other sites
Mandi 0 Report post Posted April 22, 2007 It's basic, yet very useful! thanks for sharing his. Share this post Link to post Share on other sites