CSS Optimizer 1.1 review
DownloadCSS Optimizer is a simple command line application that optimizes files used for web-development, such as external CSS files.
|
|
CSS Optimizer is a simple command line application that optimizes files used for web-development, such as external CSS files.
It reduces the filesize significantly, 20-60% depending on your coding style, by stripping unneeded characters.
It only elimates characters that are not vital to proper display of the CSS file.
What's New:
Adding support for the “”}”" hack outlined here: http://diveintoaccessibility.org/examples/fontsize.html
Added processing css from the standard input (-i option)
Added outputting processed css to the standard output (-o option)
Added -q (quiet) option
Code cleanup & optimization
Updated manual/reame now in HTML
Online version of CSS Optimizer at: http://developer.mabwebdesign.com/cssoptimizer/compress.html
CSS un-compressor at: http://developer.mabwebdesign.com/cssoptimizer/uncompress.html
Exit codes are now predictable. CSS Optimizer uses standard error codes specified in
Linux version now available.
CSS Optimizer 1.1 keywords