gulp-clean-css : Minify css with clean-css.. You can installing gulp-clean-css npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gulp-clean-css $ sudo npm install -g gulp-clean-css
If want to update the gulp-clean-css package execute the command as below,
$ sudo npm update gulp-clean-css
Update package globally,
$ npm install -g gulp-clean-css
$ sudo git clone https://github.com/rektide/gulp-clean-css.git
$ sudo npm install -g ./gulp-clean-css
gulp-clean-css@3.9.0 /usr/lib/node_modules/gulp-clean-css
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-clean-css
Package Name | gulp-clean-css |
Version | 3.9.0 |
Description | Minify css with clean-css. |
Released Date | 2017-09-19T13:59:07.665Z |
Published by | scniro |
How to Learn | https://www.npmjs.com/package/gulp-clean-css/tutorial |