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"] } ]