Fix problems with Gruntfile and local dependencies

This commit is contained in:
Andrew Miner
2015-03-27 12:50:21 -07:00
parent 2bc809fde1
commit 409fbe3cf0
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ if [[ "$TARGET" == "new" ]]; then
if grunt dist; then
echo "Preparing to upload to S3..."
s3cmd sync -r --delete-removed --add-header="cache-control:max-age=1800" "$ROOT/" "s3://new.$SITE/"
grunt clean build
grunt clean:dist build
else
echo "Aborting deployment"
fi