I posted on SO, but the short answer is, I believe that the documentation should have you run `make bootstrap` instead of just `make`, since the latter defaults to building the first target in the Makefile, which is `docs`. `make bootstrap` makes another directory in the root bootstrap directory also named "bootstrap", that I believe contains all of the assets you would then need to copy over into your project.
More experienced users should correct me if I missed something since this is my first time using Bootstrap, and I'm fairly new to css/js. Josh On Feb 2, 2012, at 10:26 PM, Calvin Cheng wrote: > Hello, > > I am trying to figure out what the MakeFile does exactly and how I should be > making use of the output. > > What should I be doing after running make? > > Here are the detailed steps of what I have done thus far - > http://stackoverflow.com/questions/9123112/twitter-bootstrap-make-from-source > > Appreciate any pointers! > > Thanks :-) > Calvin
