Closed nickserv closed 10 years ago
We're also still using bootstrap 2.
The conversion from bootstrap 2 to bootstrap 3 is not trivial. It's a lot of work for pretty much no gain since we are redesigning the site
I know, I tried to do it two years ago.
On the actually topic of the issue. I'll start working on it
While I like our current Bower setup, it seems like we could also be using Bower for the following libraries:
We do for underscore and jquery I don't want to touch the bootstrap stuff.
For some reason, the jQuery CDN is used (see git grep jquery\.com
) and there is an underscore-min.js
file in assets/js
that doesn't seem to be in use.
Also, bootstrap-sass is on bower. Should we use that for now, or is it still not worth the effort?
it's not worth the effort.
I've noticed we have committed a lot of third party libraries into
/assets
, and it would be nice if we could use something like bower for managing third party dependencies.