pull/117/merge
Lennart kats 2015-06-24 16:01:56 +00:00 zatwierdzone przez Lennart Kats
rodzic c024bd2c58
commit bba93a3239
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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