Skip to content

Commit

Permalink
Optimized the build and fixed the working example update
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentGoderre committed Feb 26, 2014
1 parent 263b4f6 commit 6c9d78a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ module.exports = (grunt) ->
"deploy"
"Build and deploy artifacts to wet-boew-dist"
[
"dist"
"copy:deploy"
"gh-pages:travis"
]
Expand Down
2 changes: 1 addition & 1 deletion script/travis_artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_REPO_SLUG" == "wet-boew/w
fi

echo -e "Updating submodule '$submodule_name'"
git submodule update --remote --init > /dev/null 2>&1 || error_exit "Error updating submodules"
git submodule update --remote --init "$submodule_name" > /dev/null 2>&1 || error_exit "Error updating submodules"
git add .
git commit -q -m "Travis build $TRAVIS_BUILD_NUMBER"
git push -fq origin master > /dev/null 2>&1 || error_exit "Error uploading the working examples"
Expand Down

0 comments on commit 6c9d78a

Please sign in to comment.