mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-07 05:34:12 +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 {
|
||||
opacity: 0.1;
|
||||
opacity: 0.2;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -273,7 +273,7 @@ gulp.task('asserts:clean', function() {
|
|||
return cleanDir(cfg.paths.static);
|
||||
});
|
||||
|
||||
gulp.task('asserts', ['asserts:clean'], function() {
|
||||
gulp.task('asserts', function() {
|
||||
return gulp.src(cfg.paths.asserts.src)
|
||||
.pipe(gulp.dest(cfg.paths.static));
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue