I am using webjars for serving bootstrap css. And I am also using glyphicons from the webjar bundle.
BUT unfortunately icons are not loaded.
I have noticed that jawr is rewriting css urls:
url('../jar:/META-INF/resources/webjars/bootstrap/3.1.1/fonts/glyphicons-halflings-regular.ttf')
Unfortunately jawr is not serving ttf files.
Question:
- How to make Jawr serving ttf and other non css, js an image files?
- How to make Jawr serving these resources through that "funny" url?
- Any other solution?
I'm having the same problem using WebJars with JAWR and Spring Boot. If you could just switch to Spring Boot, I have this temporary solution.
I have to explore on a more elegant solution. However, I don't have no more time. When I find out, I'll get back to you.