StaticContentResolution: problem with dot in resourcePackage
See original GitHub issueHi,
here it replaces dots with slashes (probably to translate package names to paths).
I’d like to load static files from a webjar:
static("static") {
resources("/META-INF/resources/webjars/vue/2.5.16/dist")
}
now, the dots are replaced by slashes, causing the resolution to fail. How can I solve this?
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
WhatsNew 1.6 | Ktor Framework
Darwin and Kotlin/JS: "List has more than one element" error when header like Content-type is duplicated in a response.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I can confirm this is resolved now. 😃
Thank you very much @viniciusccarvalho @cy6erGn0m @e5l @magro
@magro Sounds promising. I’ll check it out.