mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Rename basefolder 'rainloop' to 'snappymail'
this prevents conflicts with original rainloop
This commit is contained in:
parent
2655f5ea00
commit
d0f686c657
962 changed files with 113 additions and 119 deletions
|
|
@ -7,7 +7,7 @@ const { js, jsLint } = require('./tasks/js');
|
|||
const { css, cssLint } = require('./tasks/css');
|
||||
const { vendors } = require('./tasks/vendors');
|
||||
const { watchCss } = require('./tasks/watch');
|
||||
const { rainloop } = require('./tasks/rainloop');
|
||||
const { snappymail } = require('./tasks/snappymail');
|
||||
|
||||
const clean = gulp.series(cleanStatic);
|
||||
|
||||
|
|
@ -25,5 +25,5 @@ exports.default = build;
|
|||
|
||||
exports.watchCss = watchCss;
|
||||
|
||||
exports.rainloop = gulp.series(build, rainloop);
|
||||
exports.all = gulp.series(exports.rainloop);
|
||||
exports.snappymail = gulp.series(build, snappymail);
|
||||
exports.all = gulp.series(exports.snappymail);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue