chore(dashboard): move to the mod directory

release-0.4
Brandon Philips 2013-10-08 11:17:12 -07:00
parent bed3980e9c
commit 8ee0845631
44 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ npm install
bower install
grunt build
export GOPATH="${DIR}/../"
export GOPATH="${DIR}/../../"
for i in `find dist -type f`; do
file=$(echo $i | sed 's#dist/##g' | sed 's#/#-#g')