0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Don't escape path for ember

closes #5495

- we have to escape paths for bower, but ember already does this
This commit is contained in:
Hannah Wolfe 2015-07-06 15:21:16 +01:00
parent d045cad0e5
commit cb8c2a5235

View file

@ -315,7 +315,7 @@ var _ = require('lodash'),
},
options: {
execOptions: {
cwd: path.resolve(cwd + '/core/client/'),
cwd: path.resolve(process.cwd() + '/core/client/'),
stdout: false
}
}