Minor fixes
This commit is contained in:
parent
ddf4dd7c20
commit
375e3fcb25
@ -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']);
|
||||
|
@ -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"]
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user