gulp-useref : Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets.. You can installing gulp-useref 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-useref $ sudo npm install -g gulp-useref
If want to update the gulp-useref package execute the command as below,
$ sudo npm update gulp-useref
Update package globally,
$ npm install -g gulp-useref
$ sudo git clone https://github.com/rektide/gulp-useref.git
$ sudo npm install -g ./gulp-useref
gulp-useref@3.1.3 /usr/lib/node_modules/gulp-useref
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-useref
Package Name | gulp-useref |
Version | 3.1.3 |
Description | Parse build blocks in HTML files to replace references to non-optimized scripts or stylesheets. |
Released Date | 2017-11-05T18:18:25.944Z |
Published by | jonkemp |
How to Learn | https://www.npmjs.com/package/gulp-useref/tutorial |