Skip to content

Commit

Permalink
Updating build script
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpresta committed Jan 5, 2015
1 parent c578cd3 commit f129570
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
OUT="./built/"
if [ ! -d "$OUT" ]; then
mkdir "$OUT"
else
rm -rf "$OUT"
mkdir "$OUT"
fi

VERSION="$1"
Expand Down

0 comments on commit f129570

Please sign in to comment.