mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Small fixes
This commit is contained in:
parent
86295f6e5b
commit
2ac2168477
33 changed files with 51 additions and 35 deletions
|
|
@ -570,8 +570,8 @@ gulp.task('owncloud', ['rainloop:owncloud:copy',
|
|||
|
||||
//WATCH
|
||||
gulp.task('watch', ['fast'], function() {
|
||||
gulp.watch(cfg.paths.globjs, {interval: 500}, ['js:app', 'js:admin']);
|
||||
gulp.watch(cfg.paths.less.main.watch, {interval: 500}, ['css:main']);
|
||||
gulp.watch(cfg.paths.globjs, {interval: 1000}, ['js:app', 'js:admin']);
|
||||
gulp.watch(cfg.paths.less.main.watch, {interval: 1000}, ['css:main']);
|
||||
});
|
||||
|
||||
// ALIASES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue