Commit bb80c386 authored by Nikolay Gromov's avatar Nikolay Gromov

Допилил автоматизацию под 4-й gulp без **/

parent 0537b76e
......@@ -462,7 +462,8 @@ gulp.task('serve', gulp.series('build', function() {
// Pug-файлы
let pugPaths = [
dirs.srcPath + 'pug/*.scss',
dirs.srcPath + '*.pug',
dirs.srcPath + 'pug/*.pug',
];
for (let i = 0, len = lists.blocksDirs.length; i < len; ++i) {
pugPaths.push(dirs.srcPath + lists.blocksDirs[i] + '*.pug');
......
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