mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 06:27:02 +03:00
Fix html parsing
This commit is contained in:
parent
962391e2a0
commit
a30fc911f6
3 changed files with 44 additions and 11 deletions
|
|
@ -622,7 +622,7 @@ gulp.task('default', function(callback) {
|
|||
});
|
||||
|
||||
// watch
|
||||
gulp.task('watch', ['css:watch', 'js:validate:watch'], function() {
|
||||
gulp.task('watch', ['css:main', 'js:validate'], function() {
|
||||
cfg.watch = true;
|
||||
livereload.listen();
|
||||
gulp.watch(cfg.paths.less.main.watch, {interval: cfg.watchInterval}, ['css:main']);
|
||||
|
|
@ -631,7 +631,6 @@ gulp.task('watch', ['css:watch', 'js:validate:watch'], function() {
|
|||
|
||||
// aliases
|
||||
gulp.task('build', ['rainloop']);
|
||||
gulp.task('watch', ['css:watch', 'js:validate:watch']);
|
||||
|
||||
gulp.task('d', ['default']);
|
||||
gulp.task('w', ['watch']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue