Closed pajooh closed 10 years ago
i have something like:
gulp.src("src/index.html") .pipe(template({scripts: [ "src/**/*.js","!src/assets/**/*.js" ]})) .pipe(gulp.dest("dest/index.html"));
template can not understand glob pattern matching (**) what can i do? can it be a feature request or i should handle this issue in another way?
**
It only passes it to Lodash. But you can simply use glob.
i have something like:
template can not understand glob pattern matching (
**
) what can i do? can it be a feature request or i should handle this issue in another way?