Commit 81763e50 authored by Nikolay Gromov's avatar Nikolay Gromov

description

parent d3fcd231
......@@ -37,4 +37,8 @@ gulp.task('clean:build', function () {
gulp.task('build', gulp.series('clean:build', 'less'));
// Сборка
gulp.task('build', gulp.series(
'clean:build',
gulp.parallel('less', 'copy:css')
));
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