mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	* 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
This commit is contained in:
		| @@ -2474,7 +2474,7 @@ $(document).ready(async () => { | ||||
|     } | ||||
|   }); | ||||
|  | ||||
|   // parallel init of lazy-loaded features | ||||
|   // parallel init of async loaded features | ||||
|   await Promise.all([ | ||||
|     highlight(document.querySelectorAll('pre code')), | ||||
|     initGitGraph(), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user