fix #4356 : place sw.js to assets/sw.js (#4357)

This commit is contained in:
Satoshi KOJIMA 2017-07-28 08:55:52 +09:00 committed by Eugen Rochko
parent 2654f3be82
commit e54cc15cbd
3 changed files with 2 additions and 2 deletions

1
.gitignore vendored
View File

@ -21,7 +21,6 @@ public/system
public/assets
public/packs
public/packs-test
public/sw.js
.env
.env.production
node_modules/

View File

@ -48,7 +48,7 @@ module.exports = merge(sharedConfig, {
ServiceWorker: {
entry: path.join(__dirname, '../../app/javascript/mastodon/service_worker/entry.js'),
cacheName: 'mastodon',
output: '../sw.js',
output: '../assets/sw.js',
publicPath: '/sw.js',
minify: true,
},

1
public/sw.js Symbolic link
View File

@ -0,0 +1 @@
assets/sw.js