Open Source JavaScript Compressor Released
[via Ajaxian]
Alex Russell and the Dojo folks have released their very excellent JavaScript compressor. It can fit easily into Ant and the build process for any large-scale AJAX application. Running a tool like this can drastically improve page load performance, especially since it combines all the JavaScript files into one file, reducing having to fetch seperate JavaScript resource files.
Alex Russell and the Dojo folks have released their very excellent JavaScript compressor. It can fit easily into Ant and the build process for any large-scale AJAX application. Running a tool like this can drastically improve page load performance, especially since it combines all the JavaScript files into one file, reducing having to fetch seperate JavaScript resource files.
Comments