Answer the question
In order to leave comments, you need to log in
Which plugin moves folders and files?
You need to move the page markup files to the folder with the project build, which plugin and a link to the documentation pliz)
Answer the question
In order to leave comments, you need to log in
why a plugin, gulp can do it out of the box
example:
// Сборка HTML
gulp.task('html:build', function () {
gulp.src('src/*.html') //Выберем файлы по нужному пути
.pipe(gulp.dest('build/')) //Выплюнем их в папку build
});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question