jacobrask / styledocco

Automatically generate a style guide from your stylesheets.
http://jacobrask.github.com/styledocco/
MIT License
1.07k stars 118 forks source link

Add minify options #106

Closed hokaccha closed 10 years ago

hokaccha commented 10 years ago

see also: #105

default:

$ time styledocco path/to/src --include foo.js --include --bar.js
142.17s user 0.19s system 101% cpu 1.524 total

Use --no-minify:

$ time styledocco path/to/src --no-minify --include foo.js --include --bar.js
1.33s user 0.19s system 101% cpu 1.501 total