I'm trying to compile bootstrap 3. I have the repo cloned on my local. I run make in the bootstrap directory.
aaas-imac:bootstrap aaa$ make
Building Bootstrap...
--------------------------------------------------
Running JSHint on JavaScript... ✔ Done
Compiling LESS with Recess... ✔ Done
Prepping documentation assets... ✔ Done
Compiling and minifying JavaScript... ✔ Done
--------------------------------------------------
Success!
Thanks for using Bootstrap,
<3 @mdo and @fat
aaas-imac:bootstrap aaa$
I don't see the compiled docs anywhere?
I tried Abhishek's method and it did work. But not completely. I still got some Fluid errors.
So I did a lot of digging around and found a solution. Compiling Bootstrap 3 is bit more annoying than 2.3.2
Do the following to compile and get it running.
Get Jekyll 1.x as mentioned on the GitHUb page of Bootstrap.
Go to devkit directory via ruby terminal and execute following commands
Uninstall pygments 0.5.2 and install pygments 0.5.0
Go to the root directory of the extracted bootstrap source in your terminal and run the following
Now browse to localhost:9001 and there, you should see the docs hosted locally.