loopback-boot/test
Miroslav Bajtoš b887b33b57 compiler: Move model-sources cfg to models.json
Remove `modelSources` option from `boot()` options, add `_meta.sources`
to `models.json`.

```json
{
  "_meta": {
    "sources": ["./custom/path/to/models"]
  },
  "Car": {
    "dataSource": "db"
  }
}
```
2014-06-16 16:41:12 +02:00
..
fixtures Rework model configuration 2014-06-13 19:40:52 +02:00
helpers Split the boot process into two steps 2014-06-03 08:13:14 +02:00
browser.test.js Rework model configuration 2014-06-13 19:40:52 +02:00
compiler.test.js compiler: Move model-sources cfg to models.json 2014-06-16 16:41:12 +02:00
executor.test.js Rework model configuration 2014-06-13 19:40:52 +02:00