From f072a1cf8b94da1d1b8f28847019873c3774af0f Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Mon, 29 Jan 2018 11:53:16 -0600 Subject: [PATCH] Submodules --- config/deploy.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/config/deploy.rb b/config/deploy.rb index 0397e5190..3fc596623 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -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