From 375e3fcb25e078a1df8afad44a9dec5d58717c37 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 23 Mar 2015 00:40:15 +0300 Subject: [PATCH] Minor fixes --- gulpfile.js | 2 +- webogram.sublime-project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 0b7073a4..385f6afe 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -226,7 +226,7 @@ gulp.task('watchhtml', function() { .pipe(livereload()); }); -gulp.task('watch', ['server'], function() { +gulp.task('watch', ['server', 'less'], function() { livereload.listen({ basePath: 'app' }); gulp.watch('app/css/*.css', ['watchcss']); gulp.watch('app/less/*.less', ['less']); diff --git a/webogram.sublime-project b/webogram.sublime-project index 2fe5e951..de78285e 100644 --- a/webogram.sublime-project +++ b/webogram.sublime-project @@ -4,7 +4,7 @@ { "follow_symlinks": true, "path": ".", - "folder_exclude_patterns": ["*dist", "node_modules", "releases", ".tx"], + "folder_exclude_patterns": ["*dist", "node_modules", "releases", ".tx", "css"], "file_exclude_patterns": ["*.zip", "templates.js"] } ]