loopback-boot/test/fixtures
Miroslav Bajtoš f8247be23c Configure components via `component-config.json`
Load configuration of components from `component-config`
and configure all components as specified.

Sample JSON:

    {
      "loopback-component-foobar": {
        "option1": "value1",
        "option2": "value2"
      }
    }

The component is expected to export the following function:

    module.exports = function(app, options) { /* ... */ };
2015-01-06 14:00:26 +01:00
..
browser-app Configure components via `component-config.json` 2015-01-06 14:00:26 +01:00
coffee-app support coffee-script models and client code 2014-10-24 10:42:30 -07:00
simple-app Implement shorthand notation for middleware paths 2014-11-25 11:43:00 +01:00