mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-13 16:44:37 +08:00
Small fixes
This commit is contained in:
parent
adcbb40762
commit
ea1dafe233
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.uncheck-folder {
|
.uncheck-folder {
|
||||||
opacity: 0.1;
|
opacity: 0.2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -273,7 +273,7 @@ gulp.task('asserts:clean', function() {
|
||||||
return cleanDir(cfg.paths.static);
|
return cleanDir(cfg.paths.static);
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('asserts', ['asserts:clean'], function() {
|
gulp.task('asserts', function() {
|
||||||
return gulp.src(cfg.paths.asserts.src)
|
return gulp.src(cfg.paths.asserts.src)
|
||||||
.pipe(gulp.dest(cfg.paths.static));
|
.pipe(gulp.dest(cfg.paths.static));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue