Added 'base' for 'gulp-watch' tests.

This commit is contained in:
Daniel Rosenwasser 2015-08-03 09:44:45 -07:00
parent 44c3a8bf04
commit 3f6ae4eabe

7
gulp/gulp.d.ts vendored
View File

@ -28,6 +28,13 @@ declare module gulp {
*/
buffer?: boolean;
/**
* The base path of a glob.
*
* Default is everything before a glob starts.
*/
base?: string;
/**
* The current working directory in which to search.
* Defaults to process.cwd().