Sync submodules before updating

This commit is contained in:
Kevin Sawicki 2013-01-03 10:58:34 -08:00
parent b2ec05a2f2
commit b0d38d0ac7
2 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,7 @@ end
desc "Clone default bundles into vendor/bundles directory"
task "clone-default-bundles" do
`git submodule sync`
`git submodule update --recursive --init`
end

View File

@ -19,4 +19,5 @@ exit_unless_xcode_exists
exit_unless_npm_exists
npm install
git submodule sync
git submodule update --recursive --init