loopback-boot/test/fixtures
Miroslav Bajtoš aa4cbdd80f compiler: support module-relative model sources
Interpret model sources in the same way how `require.resolve`
interprets the path:

 - values starting with `./` and `../` are relative to the file
   where they are specified

 - other values are relative to node modules folders

This way it's possible to specify a source `loopback/common/models`
and have it resolved to whatever place the loopback is installed.
2014-10-21 18:10:22 +02:00
..
browser-app compiler: support module-relative model sources 2014-10-21 18:10:22 +02:00
simple-app Add support for async boot scripts 2014-10-09 12:18:36 -07:00