mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
This should not be enabled yet.
https://github.com/the-djmaze/snappymail/issues/49#issuecomment-768606552
This commit is contained in:
parent
b015454b02
commit
cd2b3ace89
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ const cssAdminMin = () => {
|
|||
.pipe(gulp.dest(config.paths.staticCSS));
|
||||
};
|
||||
|
||||
const cssBuild = gulp.parallel(cssBootBuild, cssMainBuild, cssAdminBuild);
|
||||
const cssBuild = gulp.parallel(cssBootBuild, cssMainBuild/*, cssAdminBuild*/);
|
||||
const cssMin = gulp.parallel(cssBootMin, cssMainMin, cssAdminMin);
|
||||
|
||||
const cssLint = (done) => done();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue