Online: 0 members
2
The Closure Compiler is a tool for making JavaScript download and run faster.
First added on Mar 29th at 5:28PM by Ian
Apr 7th 4:45PM
Ian You can speed up page loads by referencing fewer javascript files. Here's an example of using Closure Compiler to condense many files into one, while also minifying it: java -jar compiler.jar --compilation_level SIMPLE_OPTIMIZATIONS --js file1.js --js file2.js --js file3.js --js_output_file condensed_file.js
Apr 6th 4:11PM
Yermo Cool. Thanks for the link to this. I hadn't heard about this project.
You must be logged into an account to post comments.