mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +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
|
|
@ -6,8 +6,6 @@ const { assets } = require('./tasks/assets');
|
|||
const { js, jsLint } = require('./tasks/js');
|
||||
const { css, cssLint } = require('./tasks/css');
|
||||
const { vendors } = require('./tasks/vendors');
|
||||
const { watchCss } = require('./tasks/watch');
|
||||
const { snappymail } = require('./tasks/snappymail');
|
||||
|
||||
const clean = gulp.series(cleanStatic);
|
||||
|
||||
|
|
@ -22,8 +20,3 @@ exports.css = css;
|
|||
exports.lint = lint;
|
||||
exports.build = build;
|
||||
exports.default = build;
|
||||
|
||||
exports.watchCss = watchCss;
|
||||
|
||||
exports.snappymail = gulp.series(build, snappymail);
|
||||
exports.all = gulp.series(exports.snappymail);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue