Skip to content

Commit

Permalink
better indicator I'm running arbitrary code during build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaher committed Mar 26, 2012
1 parent a380e9b commit 635da0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ shopt -s dotglob

cd $BUILD_DIR

echo "------> OMG BABY"

# move app things to www
mkdir -p $CACHE_DIR/www
mv * $CACHE_DIR/www
Expand Down

0 comments on commit 635da0a

Please sign in to comment.