mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Replace gulp blacklisted modules
https://github.com/the-djmaze/snappymail/issues/102#issuecomment-883843969
This commit is contained in:
parent
7ab832e854
commit
689f329b4e
4 changed files with 210 additions and 276 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/* RainLoop Webmail (c) RainLoop Team | Licensed under AGPL 3 */
|
||||
const gulp = require('gulp');
|
||||
|
||||
const concat = require('gulp-concat-util'),
|
||||
const concat = require('gulp-concat'),
|
||||
header = require('gulp-header'),
|
||||
rename = require('gulp-rename'),
|
||||
replace = require('gulp-replace'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue