1
0
Fork 0

Merge pull request #727 from pluma/manifest-lib-default-local

App requires should be module-relative by default. Fixes #721
This commit is contained in:
Frank Celler 2014-01-11 02:35:31 -08:00
commit 2fd7bfcbc3
1 changed files with 1 additions and 1 deletions

View File

@ -1267,7 +1267,7 @@ function require (path) {
libpath = fs.join(this._root, this._path, this._manifest[type]);
}
else {
libpath = fs.join(this._root, this._path, type);
libpath = fs.join(this._root, this._path);
}
var pkg = new Package("application",