Tagged with minify

16May

Compress JavaScript with Google Closure

Google Closure isĀ  a set of closure tools which contains a JavaScript optimizer, a comprehensive JavaScript library and a templating system for JavaScript & Java. It’s available on Google Code page. In this post will focus on JavaScript optimizer and how can we optimize a JavaScript file, and if you interested in other possibilities of…

28Oct

How to Compress JavaScript Code

In past few months and recently I did some JavaScript coding. The whole source code wasn’t so big, around 15kB, but it may be growing more, and there are also other JavaScript files which are included in the page and maybe I merge them. To reduce amount of data and in hope to little speed…