Skip to content

Commit

Permalink
Merge remote-tracking branch 'yzen/GPII-30'
Browse files Browse the repository at this point in the history
* yzen/GPII-30:
  GPII-30: fixing a type in gpii.js
  GPII-30: Updating gpii.js and removing start.sh
  GPII-30: Updated the way the flowManager is started from the linux repo
  • Loading branch information
amb26 committed Aug 29, 2012
2 parents 7a9a968 + e98ccdc commit f1a0ad0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
5 changes: 4 additions & 1 deletion gpii.js
Expand Up @@ -15,4 +15,7 @@ var fluid = require("universal"),

fluid.require("gsettingsBridge", require);

gpii.flowManager();
gpii.config.makeConfigLoader({
nodeEnv: gpii.config.getNodeEnv(),
configPath: gpii.config.getConfigPath() || "../node_modules/universal/gpii/node_modules/flowManager/configs"
});
19 changes: 0 additions & 19 deletions start.sh

This file was deleted.

0 comments on commit f1a0ad0

Please sign in to comment.