From 269fe3fee957004647d5890afcffd9652c1ab3de Mon Sep 17 00:00:00 2001 From: mcriss Date: Sun, 24 Jul 2016 01:26:53 -0500 Subject: [PATCH] Add nodir to SrcOptions (#10225) --- gulp/gulp.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gulp/gulp.d.ts b/gulp/gulp.d.ts index 43bb5aa597..74968ddcc5 100644 --- a/gulp/gulp.d.ts +++ b/gulp/gulp.d.ts @@ -149,6 +149,11 @@ declare module "gulp" { * Note that an explicit dot in a portion of the pattern will always match dot files. */ dot?: boolean; + + /** + * Set to match only fles, not directories. Set this flag to prevent copying empty directories + */ + nodir?: boolean; /** * By default, a pattern starting with a forward-slash will be "mounted" onto the root setting, so that a valid