loopback-boot/test/fixtures/browser-app
Miroslav Bajtoš 26abb43ad4 Skip definitions of built-in loopback models
LoopBack built-in models are special: they follow the loopback-boot
structure and provide `common/models/{name}.json` files, but they are
also automatically loaded (created) by loopback.

This change modifies `executor` to recognize built-in models and do not
redefine them.
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 Skip definitions of built-in loopback models 2014-10-21 18:10:22 +02:00