gulp-changed : Only pass through changed files. You can installing gulp-changed 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-changed $ sudo npm install -g gulp-changed
If want to update the gulp-changed package execute the command as below,
$ sudo npm update gulp-changed
Update package globally,
$ npm install -g gulp-changed
$ sudo git clone https://github.com/rektide/gulp-changed.git
$ sudo npm install -g ./gulp-changed
gulp-changed@3.1.1 /usr/lib/node_modules/gulp-changed
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-changed
Package Name | gulp-changed |
Version | 3.1.1 |
Description | Only pass through changed files |
Released Date | 2017-10-27T04:50:14.354Z |
Published by | sindresorhus |
How to Learn | https://www.npmjs.com/package/gulp-changed/tutorial |