Submodules

This commit is contained in:
Mo Bitar
2018-01-29 11:55:52 -06:00
parent f072a1cf8b
commit b5c6f2adf3

View File

@@ -46,6 +46,9 @@ namespace :deploy do
# string commands dont work, have to use special *%w syntax
execute *%w[ npm install ]
execute *%w[ grunt ]
end
within repo_path do
execute *%w[ git submodule update --init --force --remote ]
end
end