I'm trying to preview bootstrap v3, and I've followed the instructions in the README.md, but the two css files that get exported are empty. The steps I took were:
- Download & unzip the lastest 3.0.0-wip
cd /Workspace/bookstrap-3.0.0-wip/
npm install
make
make bootstrap
The javascript files export just fine. The fonts are junk (but the "source" files are also junk, so I'm not too concerned about that).
P.S. I opened a question here rather than an issue on github because I think I might be doing something wrong.