Fix the style paths of the template apps

This commit is contained in:
Erjan Gavalji
2015-04-21 15:12:10 +03:00
parent 1923688d72
commit 7fc620e17c
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import application = require("application");
// Remove this in the AppBuilder templates
application.cssFile = "template-settings/app.css"
application.cssFile = "./app.css"
application.mainModule = "main-page";
application.start();