Use ide.c9.dev or equivalent for getting resources in the worker

This commit is contained in:
Lennart kats 2015-06-24 15:56:35 +00:00 committed by Lennart Kats
parent 27170b3454
commit c024bd2c58

View File

@ -302,6 +302,7 @@ module.exports = function(options) {
{
packagePath: "plugins/c9.ide.language/language",
workspaceDir: workspaceDir,
staticPrefix: options.packed ? staticPrefix : options.baseUrl + staticPrefix,
workerPrefix: options.CORSWorkerPrefix // "/static/standalone/worker"
},
"plugins/c9.ide.language/keyhandler",