gulp-rev-all : Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.. You can installing gulp-rev-all 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-all $ sudo npm install -g gulp-rev-all
If want to update the gulp-rev-all package execute the command as below,
$ sudo npm update gulp-rev-all
Update package globally,
$ npm install -g gulp-rev-all
$ sudo git clone https://github.com/rektide/gulp-rev-all.git
$ sudo npm install -g ./gulp-rev-all
gulp-rev-all@0.9.7 /usr/lib/node_modules/gulp-rev-all
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-rev-all
| Package Name | gulp-rev-all |
| Version | 0.9.7 |
| Description | Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name. |
| Released Date | 2016-09-25T17:41:29.601Z |
| Published by | smysnk |
| How to Learn | https://www.npmjs.com/package/gulp-rev-all/tutorial |