вот часть исзодного кода чет от сюда не роботаеет код
import fileinclude from "gulp-file-include";
export const html = () => {
return app.gulp.src(app.path.src.html)
.pipe(fileinclude())
.pipe(app.gulp.dest(app.path.build.html))
}
-
Вопрос задан
-
54 просмотра