gulp-absolute
Gulp filter. Reduces a group of files to a single element according to its absolute path
Install
Install with npm
npm install --save-dev gulp-absolute
Example
With a watch
action, when you just saved a javascript file, jshint
only this file, not all the package
var absolute = ;var jshint = ;var stylish = ; var jsfiles = './src/js/**/*.js'; gulp;
Option
You can reverse
the selection, include all files except the specified absolute path
// ...