-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🏗️ Scan the classpath for resources with content-hashed filenames
Why: - The UI must use public assets such as images, but their filenames are content-hashed to improve caching, so the UI doesn't know their exact filenames. - The current solution scans the classpath for public assets on startup. This will be very fast at runtime, because it's just a hashmap lookup. But the disadvantage is that during development new and updated assets are not included automatically. Hopefully the assets are changed seldom enough for it to not become a problem, or the solution needs to be made more complicated.
- Loading branch information
Showing
6 changed files
with
39 additions
and
5 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...en__org_javassist_javassist_3_18_1_GA.xml → ...en__org_javassist_javassist_3_28_0_GA.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
11 changes: 11 additions & 0 deletions
11
.idea/libraries/Leiningen__org_reflections_reflections_0_10_2.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters