Merge pull request #525 from nolanlawson/nolan/sw-index-html

add service-worker-index.html
This commit is contained in:
Rich Harris
2019-02-01 05:36:08 -05:00
committed by GitHub
5 changed files with 56 additions and 32 deletions

View File

@@ -30,6 +30,7 @@ describe('export', function() {
'blog/index.html',
'global.css',
'index.html',
'service-worker-index.html',
'service-worker.js'
]);
});

View File

@@ -56,6 +56,7 @@ describe('with-basepath', function() {
assert.deepEqual(non_client_assets, [
'custom-basepath/global.css',
'custom-basepath/index.html',
'custom-basepath/service-worker-index.html',
'custom-basepath/service-worker.js'
]);
});