mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Cleanup OpenPGP.js a bit.
openpgp.worker doesn't need webpack
This commit is contained in:
parent
5e63adc904
commit
8c454ccd9d
7 changed files with 212 additions and 207 deletions
|
|
@ -37,8 +37,8 @@ const jsServiceWorker = () => {
|
|||
// OpenPGP
|
||||
const jsOpenPGP = () => {
|
||||
return gulp
|
||||
.src('vendors/openpgp-2.6.2/dist/openpgp.min.js')
|
||||
.pipe(gulp.dest(config.paths.staticMinJS));
|
||||
.src('vendors/openpgp-2.6.2/dist/openpgp.js')
|
||||
.pipe(gulp.dest(config.paths.staticJS));
|
||||
};
|
||||
|
||||
// OpenPGP Worker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue