1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 12:54:53 -05:00
forgejo/web_src
silverwind 99d9b0f728
Move serviceworker to workbox and fix SSE interference
Instead of statically hardcoding every frontend asset, this uses a
type-based approach to cache all js,css and manifest.json requests.

This also fixes the issue that the service worker was interfering with
EventSource because it was unconditionally handling all requests which
this new implementation doesn't.

Fixes: https://github.com/go-gitea/gitea/issues/11092
Fixes: https://github.com/go-gitea/gitea/issues/7372
2020-05-21 23:27:26 +02:00
..
fomantic Patch fomantic-ui to workaround build issue (#11244) 2020-04-30 07:26:37 +01:00
js Move serviceworker to workbox and fix SSE interference 2020-05-21 23:27:26 +02:00
less Move tributejs to npm/webpack (#11497) 2020-05-20 22:00:43 -04:00