|
Project Information
Members
Featured
Wiki pages
Links
|
Rainpress is a compressor for CSS. It's written in ruby, but should not be limited to ruby projects. Rainpress does not apply common compression algorithms like gzip, it removes unnecessary characters and replaces some attributes with a shorter equivalent name. Installation:
svn checkout http://rainpress.googlecode.com/svn/trunk/ rainpress Usage:
require 'rainpress/packer.rb' packer = Rainpress::Packer.new out = Packer.compress(in) Development:
|