Again, fix gulpfile
This commit is contained in:
parent
fa0add70df
commit
5a0d42d892
1 changed files with 1 additions and 1 deletions
|
@ -21,6 +21,6 @@ exports.default = () => {
|
||||||
cb(null, file);
|
cb(null, file);
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.pipe(src("views/**/*"))
|
.pipe(src(["views/**/*", "!views/**/*.html"]))
|
||||||
.pipe(dest("output/"));
|
.pipe(dest("output/"));
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue