Submodules

This commit is contained in:
Mo Bitar
2018-01-29 11:53:16 -06:00
parent 6fdeeae63f
commit f072a1cf8b

View File

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