Small fixes

This commit is contained in:
RainLoop Team 2016-09-06 23:51:21 +03:00
parent adcbb40762
commit ea1dafe233
2 changed files with 2 additions and 2 deletions

View file

@ -100,7 +100,7 @@
}
.uncheck-folder {
opacity: 0.1;
opacity: 0.2;
}
}

View file

@ -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));
});