Fix error in Gruntfile

This commit is contained in:
Andrew Miner
2016-04-03 20:23:54 -07:00
parent aa1589f23b
commit a54b57514e
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ while [[ "$1" != "" ]]; do
"--production") ENVIRONMENT="production";;
*) die "Please specify environment: --staging or --production";;
esac
shift
done
SOURCE_DIR="./dist/"