Commit c32de350 authored by Nikolay Gromov's avatar Nikolay Gromov

Вотчер: слежение за всеми scss-файлами в src/scss

parent a13ea93a
...@@ -518,7 +518,7 @@ gulp.task('serve', ['build'], function() { ...@@ -518,7 +518,7 @@ gulp.task('serve', ['build'], function() {
}); });
// Слежение за стилями // Слежение за стилями
gulp.watch([ gulp.watch([
dirs.srcPath + 'scss/style.scss', dirs.srcPath + 'scss/**/*.scss',
dirs.srcPath + dirs.blocksDirName + '/**/*.scss', dirs.srcPath + dirs.blocksDirName + '/**/*.scss',
projectConfig.addCssBefore, projectConfig.addCssBefore,
projectConfig.addCssAfter, projectConfig.addCssAfter,
......
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