Cleanup OpenPGP.js a bit.

openpgp.worker doesn't need webpack
This commit is contained in:
djmaze 2021-05-01 16:33:30 +02:00
parent 5e63adc904
commit 8c454ccd9d
7 changed files with 212 additions and 207 deletions

View file

@ -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