Unverified Commit 92613adb authored by Nikolay Gromov's avatar Nikolay Gromov Committed by GitHub

Добавил слежение за файлом с переменными

parent 3ebed03b
...@@ -456,6 +456,7 @@ gulp.task('serve', gulp.series('build', function() { ...@@ -456,6 +456,7 @@ gulp.task('serve', gulp.series('build', function() {
// Стили // Стили
let stylePaths = [ let stylePaths = [
dirs.srcPath + 'scss/style.scss', dirs.srcPath + 'scss/style.scss',
dirs.srcPath + 'scss/variables.scss',
dirs.srcPath + 'scss/mixins/*.scss', dirs.srcPath + 'scss/mixins/*.scss',
]; ];
for (let i = 0, len = lists.blocksDirs.length; i < len; ++i) { for (let i = 0, len = lists.blocksDirs.length; i < len; ++i) {
......
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