chore(dashboard): move to the mod directory

This commit is contained in:
Brandon Philips
2013-10-08 11:17:12 -07:00
parent 13f7257dd7
commit 5e604b7a18
44 changed files with 1 additions and 1 deletions

View File

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