mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-08 08:44:27 +00:00
parent
2654f3be82
commit
e54cc15cbd
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -21,7 +21,6 @@ public/system
|
|||
public/assets
|
||||
public/packs
|
||||
public/packs-test
|
||||
public/sw.js
|
||||
.env
|
||||
.env.production
|
||||
node_modules/
|
||||
|
|
|
@ -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
1
public/sw.js
Symbolic link
|
@ -0,0 +1 @@
|
|||
assets/sw.js
|
Loading…
Reference in a new issue