mirror of https://github.com/embarklabs/embark.git
revert change that was refering to a relative path for embark.json
This commit is contained in:
parent
504e68d5fc
commit
c2ca2563bc
|
@ -14,7 +14,7 @@ Watch.prototype.start = function() {
|
|||
var self = this;
|
||||
// TODO: should come from the config object instead of reading the file
|
||||
// directly
|
||||
var embarkConfig = fs.readJSONSync('./../../../../../server/embark.json');
|
||||
var embarkConfig = fs.readJSONSync('embark.json');
|
||||
|
||||
this.watchAssets(embarkConfig, function() {
|
||||
self.logger.trace('ready to watch asset changes');
|
||||
|
|
Loading…
Reference in New Issue