gulp-uglify : Minify files with UglifyJS.. You can installing gulp-uglify 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-uglify $ sudo npm install -g gulp-uglify
If want to update the gulp-uglify package execute the command as below,
$ sudo npm update gulp-uglify
Update package globally,
$ npm install -g gulp-uglify
$ sudo git clone https://github.com/rektide/gulp-uglify.git
$ sudo npm install -g ./gulp-uglify
gulp-uglify@3.0.0 /usr/lib/node_modules/gulp-uglify
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-uglify
Package Name | gulp-uglify |
Version | 3.0.0 |
Description | Minify files with UglifyJS. |
Released Date | 2017-05-20T21:58:06.392Z |
Published by | terinjokes |
How to Learn | https://www.npmjs.com/package/gulp-uglify/tutorial |