Skip to content

Commit

Permalink
updated versions and datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Dec 3, 2014
1 parent 55bc0bf commit 2a3cb26
Show file tree
Hide file tree
Showing 5 changed files with 779 additions and 520 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ gh-preview html:
sed -i.bak 's/ if (state == "collapsed"){/ if (typeof state === "undefined") {\n var state = "uncollapsed";\n };\n if (state == "collapsed"){/' ./gh-build/_static/cloud.js
rm ./gh-build/_static/*.bak
cp $(BUILDDIR)/cep/cep0.html $(BUILDDIR)/cep/index.html
cp source/arche/dbtypes.js $(BUILDDIR)/arche/
@echo
@echo "Build finished. The HTML pages are in $(BUILDDIR)."

Expand Down
Loading

0 comments on commit 2a3cb26

Please sign in to comment.