loopback-boot/test/fixtures/browser-app
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
..
boot Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
models executor: remove `Base` arg from model function 2014-07-22 10:59:50 +02:00
app.js Implement compileToBrowserify and bootBrowserApp 2014-06-03 14:08:34 +02:00
datasources.json Rework model configuration 2014-06-13 19:40:52 +02:00
model-config.json compiler: support module-relative model sources 2014-10-21 18:10:22 +02:00