Skip to content

Instantly share code, notes, and snippets.

@Starefossen
Last active December 15, 2015 22:09
Show Gist options
  • Save Starefossen/5331038 to your computer and use it in GitHub Desktop.
Save Starefossen/5331038 to your computer and use it in GitHub Desktop.
Build and make the bootstrap 3.0.0-wip branch
#!/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
@Starefossen
Copy link
Author

There is a bug with the src paths in the example directory; will get to that later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment