aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-05-24 09:36:40 +0200
committerGitHub <noreply@github.com>2020-05-24 08:36:40 +0100
commit3761bdb640f1aeb9c68b3b491640eb9b0f9f9b0e (patch)
treec8581fdb1492fe0b2c5a9b9083fbe9648166d530 /templates/base
parent8d9f9c32370cc7c45db55ba35e2b9ab707f5266a (diff)
downloadgitea-3761bdb640f1aeb9c68b3b491640eb9b0f9f9b0e.tar.gz
gitea-3761bdb640f1aeb9c68b3b491640eb9b0f9f9b0e.zip
Fix serviceworker output file and misc improvements (#11562)
* Fix serviceworker output file and misc improvements - Fix output file location for production build - Cache more asset types: fonts and worker variants - Parallelize a few tasks during initalization - Only invalidate caches starting with our prefix - Remove public/serviceworker.js before building - Remove font preloads, they cause strange cors issues - Misc eslint config adjustments * remove webpack output files on watch-frontend
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index a6a715531d..9ad7f8496c 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -92,8 +92,6 @@
<link rel="mask-icon" href="{{StaticUrlPrefix}}/img/gitea-safari.svg" color="#609926">
<link rel="fluid-icon" href="{{StaticUrlPrefix}}/img/gitea-lg.png" title="{{AppName}}">
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/assets/font-awesome/css/font-awesome.min.css">
- <link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/icons.woff2" type="font/woff2" crossorigin="anonymous">
- <link rel="preload" as="font" href="{{StaticUrlPrefix}}/fomantic/themes/default/assets/fonts/outline-icons.woff2" type="font/woff2" crossorigin="anonymous">
{{if .RequireSimpleMDE}}
<link rel="stylesheet" href="{{StaticUrlPrefix}}/vendor/plugins/simplemde/simplemde.min.css">
{{end}}