loopback-boot/lib
Miroslav Bajtoš a63ae8e44b Excl. mod. main path from middleware instructions
When loading middleware configured in "middleware.json", loopback-boot
used to require() the full path to middleware's module main file,
for example "node_modules/strong-express-metrics/index.js".

This is breaking strong-agent probes, as it's difficult to detect
when the intercepted module (e.g. "strong-express-metrics") was loaded.

This commit modifies the compiler to omit the tail (the path to the
module main source file) when requiring middleware.
2015-06-24 17:21:22 +02:00
..
bundler.js add support for mixins 2015-04-24 12:42:56 +05:30
compiler.js Excl. mod. main path from middleware instructions 2015-06-24 17:21:22 +02:00
config-loader.js Add more debug info for config loading 2015-06-03 11:12:10 -07:00
executor.js Support iisnode using named pipes as PORT value 2015-05-29 10:34:05 +02:00