Hello everyone. I downloaded twitter bootstrap and got it working in my
project but as I was reading the documentation they start referring to
files that are not present in the download such as scaffold.less and
reset.less I later realized the download from twitter-bootstrap is pre
compiled. I have lesscss also working in my project and would love to be
able to use the global variables they are referring to. I looked at the git
hub project however I am compiling less with js and was wondering if there
is a more concise file structure with less that hasn't been compiled yet. I
really don't want to try to take all those files and figure out how to link
them within my already unique and some what complicated php project. Thank
you for your help.