Added demo mode
This commit is contained in:
parent
b643ef628b
commit
50bb4daeaa
5 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue