0.3.0 • Published 10 years ago
cssbench v0.3.0
Benchmark css minifiers
Simple benchmark for CSS minifiers:
Installation
NPM
npm install -g cssbenchUsage
Command line
# CSS
cssbench style.css
# SASS
cssbench style.sass
cssbench style.scss
# LESS
cssbench style.less
# Stylus
cssbench style.stylor with save results
# CSS
cssbench style.css -s
# SASS
cssbench style.sass -s
cssbench style.scss -s
# LESS
cssbench style.less -s
# Stylus
cssbench style.styl -s
# save to a file =>
# style-cleancss.css <- clean-css
# style-cssshrink.css <- cssshrink
# style-csso.css <- cssoResults

Options
-s # Save results in the working directoryBuild form coffee source
Build project
The source code in the folder development. They should be compiled in the bin folder
# With watching
gulpor
gulp buildBuild gulpfile
coffee -c gulpfile.coffeeChangelog
0.3.0 Stable
Add- benchmark for cssnano compressorAdd- gziped size comparisonAdd- run standaloneapp.jsfile, to benchmark onbootstrap 3,foundation 6andskeleton
0.2.0 Stable
Add- benchmark for uglifycss compressor
0.1.0 Stable
Add- first realise