Skip to content

Commit

Permalink
#205 start_server: no need to pass require base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsolt Lattmann committed Mar 11, 2015
1 parent cfcf3a8 commit 7585190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/start_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var path = require('path'),
webgme = require('../../webgme'),
myServer;

webgme.addToRequireJsPaths(gmeConfig, path.join(__dirname, '..', '..'));
webgme.addToRequireJsPaths(gmeConfig);

myServer = new webgme.standaloneServer(gmeConfig);
myServer.start();
Expand Down

0 comments on commit 7585190

Please sign in to comment.