Skip to content

CSS Optimizer 1.0

Categories: Software, Web Development

Table of Contents

I finally found some time to get CSS Optimizer 1.0 released to the public. The 1.0 release brings with it alot of changes:

  • 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 <sysexits.h>
  • Linux version now availible

This will be the last release of CSS Optimizer unless some bugs I didn’t catch pop-up. CSS Optimizer X 1.1 release will be following soon.

Enjoy!