dumberjs / dumber-gist

A lightweight online IDE to write JS SPA prototypes in your own GitHub gists.
https://gist.dumber.app
MIT License
28 stars 2 forks source link

Update client prefetch service worker when version change #16

Closed 3cp closed 4 years ago

3cp commented 4 years ago

The client side ignored updated /prefetch.js, it download the newest prefetch.js but still uses the old one with old service worker.

Need to find out how to tell client side to re-init service worker for latest version of dumber-gist.

3cp commented 4 years ago

Revert to deploy to master branch now.

3cp commented 4 years ago

Wrongly closed, the close was intended for #14

3cp commented 4 years ago

Actually prefetch is on offline-support branch. Close together with #14.