Use Google's Closure Compiler in C#

Updated 1 month, 1 week ago

Source: http://madskristensen.net/

A few days ago, Google released their Closure Compiler project for optimizing JavaScript. Here’s what they write about the Closure Compiler:

The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left.

The interesting ...

  • 30 comments on this story
PRO

50% positive

Showing 3 relevant reactions out of 30.

this seems like an interesting javascript tip, tx mads http://is.gd/4ZZbZ

4 months ago by faces on Twitter

@readingdancer This might get you going with Google Closure, if you were going to develop it yourself ;) http://bit.ly/7uteE

4 months, 1 week ago by sitereactor on Twitter

Google Closure Compiler: Optimise your javascript: http://bit.ly/341iLM looks good.

4 months, 1 week ago by Slarty_Bartfast on Twitter

© uberVU Ltd. 2010

Terms of use
FEEDBACK