Add --allow-root for ghost_ui grunt task

closes #3753
This commit is contained in:
Pedro Teixeira 2014-08-11 21:47:45 +02:00
parent b6507bed9b
commit c68859cde9

View File

@ -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
}