Added demo mode

This commit is contained in:
Paulus Schoutsen 2015-02-08 23:33:19 -08:00
parent b643ef628b
commit 50bb4daeaa
5 changed files with 13 additions and 5 deletions

View file

@ -1,9 +1,11 @@
# Call 'build_frontend demo' to build a demo frontend.
# If current pwd is scripts, go 1 up.
if [ ${PWD##*/} == "scripts" ]; then
cd ..
fi
scripts/build_js
scripts/build_js $1
# To build the frontend, you need node, bower and vulcanize
# npm install -g bower vulcanize