From cb8c2a523570dbb82b0b87f1d0cb8336660339cd Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Mon, 6 Jul 2015 15:21:16 +0100 Subject: [PATCH] Don't escape path for ember closes #5495 - we have to escape paths for bower, but ember already does this --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 9b623a668c..16724de872 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -315,7 +315,7 @@ var _ = require('lodash'), }, options: { execOptions: { - cwd: path.resolve(cwd + '/core/client/'), + cwd: path.resolve(process.cwd() + '/core/client/'), stdout: false } }