loopback-boot/lib
Miroslav Bajtoš e5fd8c7975 executor: fix port lookup
Use the global `isFinite` function to find the first valid port
number. This is the same behaviour as `_.isFinite` in lodash@2.x.

As a result, only values that are a valid number are accepted, e.g.
"0" is accepted but "0xy" is not.
2015-04-23 08:51:24 +02:00
..
bundler.js Support for multiple apps in browserified bundle. 2015-03-19 09:57:32 -07:00
compiler.js Upgrade lodash and drop underscore.string 2015-04-15 17:40:14 +02:00
config-loader.js Configure components via `component-config.json` 2015-01-06 14:00:26 +01:00
executor.js executor: fix port lookup 2015-04-23 08:51:24 +02:00