Hacker News new | ask | show | jobs
by rvenugopal1 5240 days ago
This is awesome. I presume this is targeted at Bootstrap 2.0. Correct? One question I have is, how do you plan to deal with changing versions of Bootstrap. Just so I understand, are you recommending dropping the chosen variables.less along with bootstrap less files to compile it?

Thanks

1 comments

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.
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.