gulp-usemin : Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).. You can installing gulp-usemin 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-usemin $ sudo npm install -g gulp-usemin
If want to update the gulp-usemin package execute the command as below,
$ sudo npm update gulp-usemin
Update package globally,
$ npm install -g gulp-usemin
$ sudo git clone https://github.com/rektide/gulp-usemin.git
$ sudo npm install -g ./gulp-usemin
gulp-usemin@0.3.28 /usr/lib/node_modules/gulp-usemin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-usemin
Package Name | gulp-usemin |
Version | 0.3.28 |
Description | Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views). |
Released Date | 2017-01-30T14:06:17.408Z |
Published by | alexander.zonov |
How to Learn | https://www.npmjs.com/package/gulp-usemin/tutorial |