From 11039506967c5fd0cf0604acc3e1234226a9d5b3 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Thu, 28 Feb 2019 19:57:44 +0530 Subject: [PATCH] remove useless virtual-file-sw file. --- gulpfile.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index a331426..95d5dde 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -56,7 +56,6 @@ gulp.task('copyFiles', function() { 'src/detached-window.js', 'src/icon-48.png', 'src/icon-128.png', - 'src/virtual-file-service-worker.js', 'manifest.json' ]) .pipe(gulp.dest('app')), @@ -168,9 +167,7 @@ gulp.task('generate-service-worker', function(callback) { stripPrefix: `${rootDir}/`, // has to be increased to around 2.8mb for sass.worker.js - maximumFileSizeToCacheInBytes: 2900000, - - importScripts: ['virtual-file-service-worker.js'] + maximumFileSizeToCacheInBytes: 2900000 }, callback );