clean-css : A well-tested CSS minifier. You can installing 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 clean-css $ sudo npm install -g clean-css
If want to update the clean-css package execute the command as below,
$ sudo npm update clean-css
Update package globally,
$ npm install -g clean-css
$ sudo git clone https://github.com/rektide/clean-css.git
$ sudo npm install -g ./clean-css
clean-css@4.1.9 /usr/lib/node_modules/clean-css
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall clean-css
Package Name | clean-css |
Version | 4.1.9 |
Description | A well-tested CSS minifier |
Released Date | 2017-09-19T09:19:33.512Z |
Published by | jakub.pawlowicz |
How to Learn | https://www.npmjs.com/package/clean-css/tutorial |