Commit 05845579 authored by Nikolay Gromov's avatar Nikolay Gromov

Убрал старую задачу build

parent d6052c11
......@@ -400,16 +400,6 @@ gulp.task('img:opt', function (callback) {
});
// Сборка всего
gulp.task('build', function (callback) {
gulpSequence(
['clean'],
['sprite:svg', 'sprite:png'],
['style', 'style:single', 'js', 'copy:css', 'copy:img', 'copy:js', 'copy:fonts'],
'pug',
callback
);
});
gulp.task('build', gulp.series(
'clean',
gulp.parallel('sprite:svg', 'sprite:png'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment