Hey all,
If you've worked with HasGeek code, you'll know we use Bootstrap (on everything except Hasjob and Funnel). I used Bootstrap 2.0.1 when it was new and customized it heavily for our needs. Bootstrap used hardcoded values back then, so the only way to change stuff was in the source.
Bootstrap's now at 2.3.1 but I've been unable to upgrade because of the customizations. I could start from scratch, but will break existing apps including past event websites because they all depend on Baseframe, which hosts our copy of Bootstrap.
This has been bugging me for a while, so some months ago I filed a ticket calling for asset versioning in Baseframe.
I'm now upgrading Baseframe to use versioned assets so that the ancient-and-customized 2.0.1 can co-exist with the current 2.3 and even with Foundation 4. Old sites can remain on 2.0.1 while new sites can use whatever framework is suitable for them.
Template versioning is an open question. I want to get asset versioning done before taking on templates.
Kiran