-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BootstrapSettings useCDN() does not add CSS CDN #345
Comments
Hi After some further research and debugging it appears that when you switch to CDN you don't get the CSS added or jquery. As a work around I have added the CSS using the renderHead overide on my base page. This is a temporary fix.
|
I cannot reproduce the issue with the quickstart app. SpaceLab theme also loads fine. Should I do something else to be able to reproduce it ? |
@martin-g This seems to work now, I wonder if this was fixed by other changes made to the theme problems. Closing for now as all seems to work. |
Hi I am trying to use the CDN option for bootstrap css, when I add the following to my WicketApplication code like the following
the CSS reference is not added but the js reference is. I am often left with a incomplet tag in the head section of the HTML page.
See https://github.com/dmbeer/wicket-bootstrap-example for example project.
The text was updated successfully, but these errors were encountered: