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,6 +1,6 @@
import application = require("application");
application.mainModule = "login";
application.cssFile = "paylocity/style.css";
application.cssFile = "./style.css";
application.start();