How to setup Twitter Bootstrap with Less? I downloaded from http://twitter.github.com/bootstrap/ the Twitter Bootstrap library and in the CSS folder are 4 files:
bootstrap.css
bootstrap.min.css
bootstrap-responsive.css
bootstrap-responsive.min.css
Then I decided to use LESS. So I went to GitHub - https://github.com/twbs/bootstrap where in the root is the folder called less
. This folder contains 42 *.less files. I opened the bootstrap.less
file and there there are included all the *.less files, but I don't see there the "responsive" less file.
And the second thing - I have to download all those 42 files and included them into into one file (bootstrap.less)?
Isn't there any better way to install Twitter Bootstrap + Less (+ Font-Awesome) ?