Last active
December 15, 2015 22:09
-
-
Save Starefossen/5331038 to your computer and use it in GitHub Desktop.
Build and make the bootstrap 3.0.0-wip branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# build bootrstap source | |
make clean | |
make | |
make bootstrap | |
#make gh-pages | |
# generate docs (_gh_pages/) | |
jekyll | |
sed -i -e 's/\/assets/assets/' _gh_pages/index.html | |
sed -i -e 's/\/assets/\.\.\/assets/' _gh_pages/docs/index.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a bug with the src paths in the example directory; will get to that later.