From d0b9d1698707e3159ebc8b9fac495cfdf7960e28 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Tue, 11 Apr 2017 18:18:52 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=20add=20`npmInstall:=20true`=20bac?= =?UTF-8?q?k=20for=20`subgrunt:init`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit no issue - fixes `grunt init` task when client submodules aren't already installed --- Gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index cca1252221..10a20f27e3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -349,6 +349,9 @@ var overrides = require('./core/server/overrides'), }, init: { + options: { + npmInstall: true + }, projects: { 'core/client': 'init' }