You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/web_src/js/features
silverwind 3761bdb640
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
5 years ago
..
clipboard.js
codeeditor.js Switch code editor to Monaco (#11366) 5 years ago
contextpopup.js Support unicode emojis and remove emojify.js (#11032) 5 years ago
datetimepicker.js
dropzone.js
emoji.js Support unicode emojis and remove emojify.js (#11032) 5 years ago
gitgraph.js
highlight.js Move syntax highlighting to web worker (#11017) 5 years ago
highlight.worker.js Move syntax highlighting to web worker (#11017) 5 years ago
notification.js Close EventSource before unloading the page (#11539) 5 years ago
serviceworker.js Fix serviceworker output file and misc improvements (#11562) 5 years ago
tribute.js Move tributejs to npm/webpack (#11497) 5 years ago
userheatmap.js