-
Notifications
You must be signed in to change notification settings - Fork 190
Update to Bootstrap 3.0.0 #448
Comments
without a little ammount of work, no. We have tons of classes that will need to be rewriten/fixed for this to work. |
Ok. Clear answer. |
I believe not, sorry... Maybe @soundTricker knows some way to do that... I think that if you include both BS 2 and 3 files everything will be messed up.. |
Yes, including both BS 2 and 3 gives problems. But only including BS 3 is good enough for me. Didn't see any problems with that (for what I use it for). |
Oh, sorry, didn't understand you first time. So, using only BS3 CSS file with GWT-Bootstrap will not work, since almost all css-classes changed. About the roadmap, a PR is always well accepted. Meanwhile, maybe @reinert have some insights. Cheers. |
Yes, it is. D. Reinert On Tue, Oct 29, 2013 at 9:35 AM, peerke [email protected] wrote:
|
I am sure there are plenty of people willing to help if you wanted to start a branch for Bootstrap v3 integration and then get some people and split the work? I know I would personally devote some time in achieving this goal. |
Okay, since lots of people seems to be willing to contribute, I just branched the bs-3. There have been a lot of time since I last used GWT for work, so, I'm a little rusty, but, if I got sometime, I'll try to help too, or at least support who wants to work in it. Cheers! |
I'm also willing to contribute, but I have no idea where to start. |
I think we should:
Anyone have more ideas? |
A lot has changed in BS3, so the best course of action would be a new showcase I think. Many of the core functionality is still there and will work. Just many of the layouts (i.e FluidContainer/FluidRow and Column sizes are all totally different). I will begin work on it tonight/over the weekend. Thanks! Maybe we should create a document somewhere and split up the features/tasks, so that we can accomplish this and not step on each others toes. |
I'm interested on it too! We DO need a doc for guidance. First, we sould list architectural features from bs3, (those reused in Then we should work on components based on css only. Last, work on javascript based features. I think this is the best way to go, since js gives us more complexity to Em quinta-feira, 14 de novembro de 2013, jgodi escreveu:
D. Reinert |
An alternative would be to use GwtBootstrap3. We're not feature complete yet but most of Bootstrap v3 components are supported. |
Is it possible to update the boostrap css files to 3.0.0?
In my project I want to use the 3.0.0 bootstrap, but the version from gwt-bootstrap is automatically included.
The text was updated successfully, but these errors were encountered: