Answer the question
In order to leave comments, you need to log in
Does gulp-file-include not work?
here is a part of the source code even from here the code
import fileinclude from "gulp-file-include" does not work;
export const html = () => {
return app.gulp.src(app.path.src.html)
.pipe(fileinclude())
.pipe(app.gulp.dest(app.path.build.html))
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question