Skip to content

Commit c5bf366

Browse files
author
Vladimir Enchev
committed
"app/" removed from css path
1 parent 696115b commit c5bf366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

application/application-common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import fs = require("file-system");
44
import fileSystemAccess = require("file-system/file-system-access");
55
import styleScope = require("ui/styling/style-scope");
66

7-
export var cssFile: string = "app/app.css"
7+
export var cssFile: string = "app.css"
88

99
export var onUncaughtError: (error: definition.NativeScriptError) => void = undefined;
1010

0 commit comments

Comments
 (0)