Sha256: 875b7d25cfe32cc60f9f24b50dcdcb04d79f2047f87b789bb10b9a7b8f540b29
Contents?: true
Size: 869 Bytes
Versions: 2
Compression:
Stored size: 869 Bytes
Contents
# # CSS Compression [VERSION] Change Log # [DATE] # Corey Hart @ http://www.codenothing.com # # Compressor Additions - Configuration Modes - pseduo-space, add space between pseduo selectors and comma/brace for ie6 - removing leading 0 of a decimal, 0.633px -> .633px - handling all At Rules (charsets,media,imports,font-family,etc..) - handling ms filter paths - More css hacks support, including box-modal hack - attr2selector, Convert id=blah and class=blah attributes to their selector counterparts - strict-id, removes all selectors up to the last id - add-unknown, adds unknown blocks to top of output in a comment # Codebase Changes - Converted to subclass architecture, more modular. - Using JSON based sandbox specs for focused unit tests. - Helper conversion definitions(long2hex, hex2short) are now in JSON based files. - Added benchmark/regression testing
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
html5-starter-0.1.4b | templates/project/files/build/tools/css-compressor/changelog.txt |
html5-starter-0.1.3b | templates/project/files/build/tools/css-compressor/changelog.txt |