gulp-minify : js minify plugin for gulp. You can installing gulp-minify 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-minify $ sudo npm install -g gulp-minify
If want to update the gulp-minify package execute the command as below,
$ sudo npm update gulp-minify
Update package globally,
$ npm install -g gulp-minify
$ sudo git clone https://github.com/rektide/gulp-minify.git
$ sudo npm install -g ./gulp-minify
gulp-minify@2.1.0 /usr/lib/node_modules/gulp-minify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-minify
Package Name | gulp-minify |
Version | 2.1.0 |
Description | js minify plugin for gulp |
Released Date | 2017-11-07T02:18:40.885Z |
Published by | taojie |
How to Learn | https://www.npmjs.com/package/gulp-minify/tutorial |