Optimising JavaScript before deployment

This is a great tool: http://closure-compiler.appspot.com/home
Shrinks and optimises your JS before you drop it onto production. Used by JQuery to produce their minified versions, so it has to be good.

Comments

Popular posts from this blog

Building a choropleth map for Irish agricultural data

Early Stopping with Keras

AutoCompleteTextView backed with data from SQLite in Android