mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Added Sieve settings concept.
It fails due to i18n conflicts
This commit is contained in:
parent
cd734c7d5d
commit
a096f963ef
4 changed files with 283 additions and 1 deletions
|
|
@ -133,6 +133,6 @@ exports.jsLint = jsLint;
|
|||
exports.js = gulp.series(
|
||||
jsClean,
|
||||
jsLint,
|
||||
gulp.parallel(jsBoot, jsServiceWorker, jsOpenPGP, jsLibs, jsSieve, jsApp, jsAdmin),
|
||||
gulp.parallel(jsBoot, jsServiceWorker, jsOpenPGP, jsLibs/*, jsSieve*/, jsApp, jsAdmin),
|
||||
jsMin
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue