Open vdtidake opened 11 years ago
My guess is that there is an incompatibility between these versions.
at least one issue is that there is no /fonts/ directory in bootswatch archive with required bootstrap fonts (glyphicons-halflings*). But I'm not sure that the bootswatch archive provided by @thomaspark should contain it...
I don't really see how to fix such webjar without repackaging it differently. From my opinion what we should do is to redo the packaging to create one webjar per theme (bootswatch-A.B.C-THEMEXXXX.jar) including only all bootstrap distribution files and an override of bootstrap(.min).css for the given them. This will give something usable as webjars and lighter as a repackaging of the distribution provided by @thomaspark isn't really useful here. I'll see if I can do a prototype but in anycase it won't be backward compatible. @jamesward do you support maven classifiers or should I create a project/artifact per theme ?
Pull request #7 should solve this issue for bootstrap 3 users.
Hi, I tried to apply the spacelab theme in my web application, but it doesn't seems to be working.
If I add, <link rel="stylesheet" href="webjars/bootstrap/3.0.0/css/bootstrap.min.css"> <link rel="stylesheet" href="webjars/bootstrap/3.0.0/css/bootstrap-theme.min.css"> <link rel="stylesheet" href="webjars/font-awesome/3.2.1/css/font-awesome.min.css">
page displays properly with the bootstrap theme but,
<link rel="stylesheet" href="webjars/bootswatch/2.3.1/spacelab/bootstrap.css" media="screen"> <link rel="stylesheet" href="webjars/bootswatch/2.3.1/css/font-awesome.min.css"> <link rel="stylesheet" href="webjars/bootswatch/2.3.1/css/bootswatch.css">
this is not working, shows very distracted UI.
Please help