Commit b59ec29e authored by Nikolay Gromov's avatar Nikolay Gromov

Удалил ненужный комментарий из gulpfile

parent 4a3d830e
...@@ -379,11 +379,6 @@ gulp.task('serve', ['build'], function() { ...@@ -379,11 +379,6 @@ gulp.task('serve', ['build'], function() {
// Слежение за шрифтами // Слежение за шрифтами
gulp.watch('/fonts/*.{ttf,woff,woff2,eot,svg}', {cwd: dirs.srcPath}, ['watch:fonts']); gulp.watch('/fonts/*.{ttf,woff,woff2,eot,svg}', {cwd: dirs.srcPath}, ['watch:fonts']);
// Слежение за html // Слежение за html
// gulp.watch([
// dirs.srcPath + '/*.html',
// dirs.srcPath + '/_include/*.html',
// dirs.srcPath + dirs.blocksDirName + '/**/*.html',
// ], ['watch:html']);
gulp.watch([ gulp.watch([
'*.html', '*.html',
'_include/*.html', '_include/*.html',
......
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