Skip to content

Commit

Permalink
now everything is broken, very well #3
Browse files Browse the repository at this point in the history
  • Loading branch information
nabana committed Jul 25, 2014
1 parent 84c41d5 commit 363a24b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/middleware/blob/BlobBackendBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

define(['blob/BlobMetadata',
'fs',
'../../',
'jszip',
'mime',
'util/guid',
'util/StringStreamReader',
Expand Down
5 changes: 4 additions & 1 deletion src/server/worker/simpleworker.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ requirejs.config({
"util": "common/util",
"baseConfig" : "bin/getconfig",
"webgme": "webgme",
"plugin": "plugin"
"plugin": "plugin",
"worker": "server/worker",
"coreclient": "client/coreclient",
"blob": "middleware/blob"
}
});
requirejs(['worker/constants',
Expand Down
5 changes: 4 additions & 1 deletion webgme.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ var PATH = require('path'),
"util": "common/util",
"baseConfig" : "bin/getconfig",
"webgme": "webgme",
"plugin": "plugin"
"plugin": "plugin",
"worker": "server/worker",
"coreclient": "client/coreclient",
"blob": "middleware/blob"
};

//All other modules should only configure new path in respect with this base URL
Expand Down

0 comments on commit 363a24b

Please sign in to comment.