Hacker News new | ask | show | jobs
by parkov 5232 days ago
Yes, it's targeting 2.0. Both the CSS and LESS files will be kept in sync with Bootstrap. So you won't need to compile anything, just download the latest swatch CSS.
1 comments

I didn't see a target bootstrap version at http://bootswatch.com/spacelab/bootstrap.min.css

Hence, I assumed that we had to compile the less files. Also, not everyone will be willing to move to the latest version of bootstrap.

It might be easier to let github manage the multiple versions with a download page similar to this https://github.com/wycats/handlebars.js/downloads .

Personally, I don't mind doing the extra step of lessc if I can get exactly what I want. Thanks for the effort.