loopback-boot/test
Miroslav Bajtoš 8cc2518cb0 compiler: resolve paths in middleware params
Introduce a convention for specifying relative paths in middleware
params: values prefixed with `$!` and starting with `./` or `../`
are resolved relatively to `middleware.json`.

Example:

    {
      "files": {
        "loopback#static": {
          "params": "$!../client"
        },
        "loopback#static": {
          "params": "$!./public"
        }
      }
    }
2014-11-28 12:17:27 +01:00
..
fixtures Implement shorthand notation for middleware paths 2014-11-25 11:43:00 +01:00
helpers Implement shorthand notation for middleware paths 2014-11-25 11:43:00 +01:00
browser.test.js Add jscs style check, fix violations found 2014-11-13 15:54:59 +01:00
compiler.test.js compiler: resolve paths in middleware params 2014-11-28 12:17:27 +01:00
executor.test.js Implement shorthand notation for middleware paths 2014-11-25 11:43:00 +01:00