mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Move old OpenPGP.js to /vendors instead of npm
This commit is contained in:
parent
a7ae087f18
commit
5e63adc904
78 changed files with 39023 additions and 60 deletions
|
|
@ -37,14 +37,14 @@ const jsServiceWorker = () => {
|
|||
// OpenPGP
|
||||
const jsOpenPGP = () => {
|
||||
return gulp
|
||||
.src('node_modules/openpgp/dist/openpgp.min.js')
|
||||
.src('vendors/openpgp-2.6.2/dist/openpgp.min.js')
|
||||
.pipe(gulp.dest(config.paths.staticMinJS));
|
||||
};
|
||||
|
||||
// OpenPGP Worker
|
||||
const jsOpenPGPWorker = () => {
|
||||
return gulp
|
||||
.src('node_modules/openpgp/dist/openpgp.worker.min.js')
|
||||
.src('vendors/openpgp-2.6.2/dist/openpgp.worker.min.js')
|
||||
.pipe(gulp.dest(config.paths.staticMinJS));
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue