Again, fix gulpfile

This commit is contained in:
MeowcaTheoRange 2023-11-23 12:07:03 -06:00
parent fa0add70df
commit 5a0d42d892

View file

@ -21,6 +21,6 @@ exports.default = () => {
cb(null, file);
})
)
.pipe(src("views/**/*"))
.pipe(src(["views/**/*", "!views/**/*.html"]))
.pipe(dest("output/"));
};