-
Improvement
-
Resolution: Not A Defect
-
Major
-
Jenkins 1.642.4
@jenkins-cd/js-builder: 0.0.29
While playing around with bootstrap less files and css adjuncts. i came to the conclusion that glyphicons can not be loaded, even they are in the same adjunct folder:
There is my less & css file:
\target\classes\org\jenkins\ui\jsmodules\css\bootstrapprefix.less
same spot for the glyphicon font:
\target\classes\org\jenkins\ui\jsmodules\css\glyphicons-halflings-regular.woff2
I can load js or css files, but i cant use fonts like this. To debug this i used the @icon-font-path: "fonts/"; parameter.
rpionke yep ... looks like you're spot on. It should be possible to load them from a plugin's webapp dir. I'm fairly sure I've done that in the past.