Skip to content

Commit 074c69c

Browse files
authored
Merge pull request #94 from KenEucker/master
Updated all dependencies after 3 years
2 parents 0ddb47a + c2c435f commit 074c69c

File tree

6 files changed

+3740
-566
lines changed

6 files changed

+3740
-566
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
language: node_js
1+
language: node_js
2+
node_js:
3+
- "node"

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)