Minor documentation updates

This commit is contained in:
Paulus Schoutsen 2015-02-22 17:33:01 -08:00
parent 9c61c281ca
commit 85f7f5589d
6 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,5 @@
# Builds the JS for developing, rebuilds when files change
# If current pwd is scripts, go 1 up.
if [ ${PWD##*/} == "scripts" ]; then
cd ..