Author: Andrew
| Date: December 29, 2009
|
| Tags:
blogging,
css,
JavaScript,
minify,
web,
web app,
webmaster
Reducisaurus is a web service for minifying and serving CSS and JS files, based on Yahoo! YUI Compressor. Sure, there are lots of way of minifying javascript and CSS, but Reducisaurus is probably the easiest to use.
In case you don't know:
Minification is the practice of removing unnecessary characters from code to reduce its size thereby improving load times. When code is minified all comments are removed, as well as unneeded white space characters (space, newline, and tab).