File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,12 @@ gulp.task("default", ["scripts"]);
5353 * Set this to ` true ` if you want ` gulp-include ` to throw errors if a file does not match
5454 an include directive.
5555 * If set to ` false ` gulp include will not fail, but display warnings in the console.
56+
57+ - ` separateInputs ` (optional)
58+ * Boolean, ` true ` by default
59+ * Set this to ` false ` if you want to process each input file independent, when executing "require" logic.
60+ So, if file required several times inside one file (or inside required by it files), then dublicates will be ignored.
61+ But when another file will begin processing, all information about required files from previuos file will be discarded.
5662
5763#### Example options usage:
5864``` js
You can’t perform that action at this time.
0 commit comments