Bladeren bron

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

master
Satoshi KOJIMA 6 jaren geleden
committed by Eugen Rochko
bovenliggende
commit
e54cc15cbd
3 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. +0
    -1
      .gitignore
  2. +1
    -1
      config/webpack/production.js
  3. +1
    -0
      public/sw.js

+ 0
- 1
.gitignore Bestand weergeven

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


+ 1
- 1
config/webpack/production.js Bestand weergeven

@@ -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
- 0
public/sw.js Bestand weergeven

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

Laden…
Annuleren
Opslaan