L
L
levon20082022-03-12 15:18:00
gulp.js
levon2008, 2022-03-12 15:18:00

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 question

Ask a Question

731 491 924 answers to any question