gulp-rev : Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css. You can installing gulp-rev 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-rev $ sudo npm install -g gulp-rev
If want to update the gulp-rev package execute the command as below,
$ sudo npm update gulp-rev
Update package globally,
$ npm install -g gulp-rev
$ sudo git clone https://github.com/rektide/gulp-rev.git
$ sudo npm install -g ./gulp-rev
gulp-rev@8.1.0 /usr/lib/node_modules/gulp-rev
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-rev
Package Name | gulp-rev |
Version | 8.1.0 |
Description | Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css |
Released Date | 2017-11-04T12:10:26.436Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-rev/tutorial |