Fix the template-settings app paths

This commit is contained in:
Erjan Gavalji
2015-03-24 14:15:19 +02:00
parent ab491d038d
commit 29d87714bd

View File

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