mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Found the round npm module to get rollup working in gulp
This commit is contained in:
parent
90ee39b114
commit
8b1a7f39df
11 changed files with 72 additions and 143 deletions
|
|
@ -12,12 +12,6 @@ exports.copy = (sFile, sNewFile, done) => {
|
|||
done();
|
||||
};
|
||||
|
||||
exports.zip = (srcDir, destDir, fileName) =>
|
||||
gulp
|
||||
.src(srcDir + '**/*')
|
||||
.pipe(require('gulp-zip')(fileName))
|
||||
.pipe(gulp.dest(destDir));
|
||||
|
||||
exports.getHead = () => config.head.agpl;
|
||||
|
||||
exports.cleanStatic = () => exports.del(config.paths.static);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue