From c68859cde91aeda52176bd7bad9524008a1fba48 Mon Sep 17 00:00:00 2001 From: Pedro Teixeira Date: Mon, 11 Aug 2014 21:47:45 +0200 Subject: [PATCH] Add --allow-root for ghost_ui grunt task closes #3753 --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 756b6de399..123226ec06 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -233,7 +233,7 @@ var path = require('path'), // Used as part of `grunt init`. See the section on [Building Assets](#building%20assets) for more // information. ghost_ui: { - command: path.resolve(cwd + '/node_modules/.bin/bower update ghost-ui'), + command: path.resolve(cwd + '/node_modules/.bin/bower update ghost-ui --allow-root'), options: { stdout: true }