gulp-cssmin
Duplicate of gulp-minify-css
minify css using gulp.
Install
Install with npm
npm install --save-dev gulp-cssmin
Example
var gulp = ;var cssmin = ;var rename = ; gulp;
API
cssmin(options)
See the css-min options.
Other options
- Show loging
showLog
: (True, false) to trun on or off of the log
Inspired by
License
MIT @chilijung