mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
list with pages fixed
This commit is contained in:
@ -10,7 +10,7 @@ import trace = require("trace");
|
|||||||
trace.enable();
|
trace.enable();
|
||||||
trace.setCategories(trace.categories.Test);
|
trace.setCategories(trace.categories.Test);
|
||||||
|
|
||||||
var list: string[] = ["pages", "layouts", "modal-view", "bindings", "custom-components"];
|
var list: string[] = ["pages", "layouts", "modal-view", "bindings"];
|
||||||
|
|
||||||
// basePath is auto-changed when building multiple apps
|
// basePath is auto-changed when building multiple apps
|
||||||
var basePath = "";
|
var basePath = "";
|
||||||
|
Reference in New Issue
Block a user