ONLINE TOOL URL
http://closure-compiler.appspot.com/home
SAMPLE CODE
// ==ClosureCompiler==
// @compilation_level SIMPLE_OPTIMIZATIONS
// @output_file_name default.js
// ==/ClosureCompiler==
// ADD YOUR CODE HERE
function hello(name) {
alert('Hello, ' + name);
}
hello('New user');
TO INCLUDE EXTERNAL FILE
add following code with the full path to the files
// @code_url https://dl.dropbox.com/u/37581115/
// @code_url https://dl.dropbox.com/u/37581115/
Post a Comment