gulp-ignore : Include or exclude gulp files from the stream based on a condition. You can installing gulp-ignore 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-ignore $ sudo npm install -g gulp-ignore
If want to update the gulp-ignore package execute the command as below,
$ sudo npm update gulp-ignore
Update package globally,
$ npm install -g gulp-ignore
$ sudo git clone https://github.com/rektide/gulp-ignore.git
$ sudo npm install -g ./gulp-ignore
gulp-ignore@2.0.2 /usr/lib/node_modules/gulp-ignore
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-ignore
Package Name | gulp-ignore |
Version | 2.0.2 |
Description | Include or exclude gulp files from the stream based on a condition |
Released Date | 2016-11-05T19:54:11.020Z |
Published by | robrich |
How to Learn | https://www.npmjs.com/package/gulp-ignore/tutorial |