loopback-boot/lib
Bryan Clark 2e63631b31 use a new variable for better debug output
Because tryResolveAppPath returns undefined when it can’t resolve a
path the debug output for directories that cannot be resolved is fairly
useless.

You get output like this:
  loopback👢compiler Skipping unknown module source dir undefined
+0ms

When you want output like this:
loopback👢compiler Skipping unknown module source dir "./models"
+0ms
2015-05-29 09:03:08 -07:00
..
bundler.js add support for mixins 2015-04-24 12:42:56 +05:30
compiler.js use a new variable for better debug output 2015-05-29 09:03:08 -07:00
config-loader.js Configure components via `component-config.json` 2015-01-06 14:00:26 +01:00
executor.js Support iisnode using named pipes as PORT value 2015-05-29 10:34:05 +02:00