revert change that was refering to a relative path for embark.json

This commit is contained in:
Iuri Matias 2017-03-30 07:04:13 -04:00
parent 504e68d5fc
commit c2ca2563bc
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Watch.prototype.start = function() {
var self = this; var self = this;
// TODO: should come from the config object instead of reading the file // TODO: should come from the config object instead of reading the file
// directly // directly
var embarkConfig = fs.readJSONSync('./../../../../../server/embark.json'); var embarkConfig = fs.readJSONSync('embark.json');
this.watchAssets(embarkConfig, function() { this.watchAssets(embarkConfig, function() {
self.logger.trace('ready to watch asset changes'); self.logger.trace('ready to watch asset changes');