disabling downloading from local error.html/browsers.html to fix cordova
This commit is contained in:
Родитель
30502ff38f
Коммит
24f6e8d370
|
@ -325,7 +325,8 @@ module TDev.AST.Apps {
|
|||
if (options.compileServer)
|
||||
lst.push(addFileAsync("noderuntime.js", "script/"));
|
||||
|
||||
if (options.downloadLocalFilesFrom) {
|
||||
// this code path break cordova
|
||||
if (false && options.downloadLocalFilesFrom) {
|
||||
lst.push(addFileAsync("error.html"))
|
||||
lst.push(addFileAsync("browsers.html"))
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче