gulp-cssnano : Minify CSS with cssnano.. You can installing gulp-cssnano 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-cssnano $ sudo npm install -g gulp-cssnano
If want to update the gulp-cssnano package execute the command as below,
$ sudo npm update gulp-cssnano
Update package globally,
$ npm install -g gulp-cssnano
$ sudo git clone https://github.com/rektide/gulp-cssnano.git
$ sudo npm install -g ./gulp-cssnano
gulp-cssnano@2.1.2 /usr/lib/node_modules/gulp-cssnano
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-cssnano
Package Name | gulp-cssnano |
Version | 2.1.2 |
Description | Minify CSS with cssnano. |
Released Date | 2016-04-18T21:22:38.717Z |
Published by | beneb |
How to Learn | https://www.npmjs.com/package/gulp-cssnano/tutorial |