Quick guide to Google closure compiler tool
Google’s closure compiler is an impressive tool that parses JavaScript code and make various optimizations on it, including minimizing its size. This post will provide what is needed to effectively utilize it in minimum time. Step 1 – verify consistant property access methods in your code ∞ The first thing you should do is make …
Continue reading ‘Quick guide to Google closure compiler tool’ »