diff --git a/gulpfile.js b/gulpfile.js index 5f5fd56..addd5ae 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -21,6 +21,6 @@ exports.default = () => { cb(null, file); }) ) - .pipe(src("views/**/*")) + .pipe(src(["views/**/*", "!views/**/*.html"])) .pipe(dest("output/")); };