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:
parent
d045cad0e5
commit
cb8c2a5235
1 changed files with 1 additions and 1 deletions
|
@ -315,7 +315,7 @@ var _ = require('lodash'),
|
|||
},
|
||||
options: {
|
||||
execOptions: {
|
||||
cwd: path.resolve(cwd + '/core/client/'),
|
||||
cwd: path.resolve(process.cwd() + '/core/client/'),
|
||||
stdout: false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue