jsmin : A node.js module for javascript minification. You can installing jsmin 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 jsmin $ sudo npm install -g jsmin
If want to update the jsmin package execute the command as below,
$ sudo npm update jsmin
Update package globally,
$ npm install -g jsmin
$ sudo git clone https://github.com/rektide/jsmin.git
$ sudo npm install -g ./jsmin
jsmin@1.0.1 /usr/lib/node_modules/jsmin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall jsmin
Package Name | jsmin |
Version | 1.0.1 |
Description | A node.js module for javascript minification |
Released Date | 2012-02-01T22:02:03.688Z |
Published by | pkrumins |
How to Learn | https://www.npmjs.com/package/jsmin/tutorial |