cssmin : A simple CSS minifier that uses a port of YUICompressor in JS. You can installing cssmin 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 cssmin $ sudo npm install -g cssmin
If want to update the cssmin package execute the command as below,
$ sudo npm update cssmin
Update package globally,
$ npm install -g cssmin
$ sudo git clone https://github.com/rektide/cssmin.git
$ sudo npm install -g ./cssmin
cssmin@0.4.3 /usr/lib/node_modules/cssmin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall cssmin
Package Name | cssmin |
Version | 0.4.3 |
Description | A simple CSS minifier that uses a port of YUICompressor in JS |
Released Date | 2015-02-25T22:06:08.065Z |
Published by | jbleuzen |
How to Learn | https://www.npmjs.com/package/cssmin/tutorial |