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:
@@ -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
|
||||
|
Reference in New Issue
Block a user