1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-14 04:54:24 +02:00

get auth working with offscreen document

This commit is contained in:
Kushagra Gour
2024-05-09 15:41:41 +05:30
parent 2289af6a0b
commit 71582cf608
13 changed files with 7368 additions and 24 deletions

View File

@@ -195,6 +195,8 @@ gulp.task('packageExtension', function () {
child_process.execSync('cp src/options.html extension');
child_process.execSync('cp src/eventPage.js extension');
child_process.execSync('cp src/icon-16.png extension');
child_process.execSync('cp offscreen.html extension');
child_process.execSync('cp offscreen.js extension');
child_process.execSync('rm -rf extension/service-worker.js');
return merge(
gulp