Skip to content

Commit

Permalink
Modify bootplate scripts for Linux/Mac to change
Browse files Browse the repository at this point in the history
to right directory before running
  • Loading branch information
unwiredben committed Jun 22, 2012
1 parent 6587e2c commit e87ef7a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/deploy.sh
@@ -1,5 +1,7 @@
#!/bin/bash

cd `dirname $0`

# the deploy target folder
FOLDER=deploy

Expand Down
2 changes: 2 additions & 0 deletions tools/minify.sh
@@ -1,5 +1,7 @@
#!/bin/bash

cd `dirname $0`

# build enyo
pushd ../enyo/minify > /dev/null
./minify.sh
Expand Down

0 comments on commit e87ef7a

Please sign in to comment.