Browse Source

makeee

pull/91/head
Jacob Thornton 12 years ago
parent
commit
ff94023977
  1. 1
      Makefile

1
Makefile

@ -30,6 +30,7 @@ gh-pages: build
cp -r docs/ gh-pages/
cp -r lib gh-pages/lib
cp -r dist gh-pages/dist
rm -rf dist
git fetch origin
git checkout gh-pages
sed -i -e 's/\.\.\//\.\//g' gh-pages/index.html

Loading…
Cancel
Save