mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
parent
8cf270aad2
commit
140ee3d5e9
@ -10,7 +10,7 @@ var path = require('path'),
|
||||
fs = require('fs'),
|
||||
_ = require('lodash'),
|
||||
escapeChar = process.platform.match(/^win/) ? '^' : '\\',
|
||||
cwd = process.cwd().replace(' ', escapeChar + ' '),
|
||||
cwd = process.cwd().replace(/( |\(|\))/g, escapeChar + '$1'),
|
||||
buildDirectory = path.resolve(cwd, '.build'),
|
||||
distDirectory = path.resolve(cwd, '.dist'),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user