File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 44application . mainModule = "main-page" ;
55
66// TODO: This is only neede because of the deply script.
7- application . cssFile = "app/TelerikNEXT /app.css" ;
7+ application . cssFile = ". /app.css" ;
88
99// Start the application
1010application . start ( ) ;
Original file line number Diff line number Diff line change 11import application = require( "application" ) ;
22
33application . mainModule = "login" ;
4- application . cssFile = "paylocity /style.css" ;
4+ application . cssFile = ". /style.css" ;
55
66application . start ( ) ;
Original file line number Diff line number Diff line change 22application . mainModule = "main-page" ;
33
44// Remove this in the AppBuilder templates
5- application . cssFile = "template-blank /app.css"
5+ application . cssFile = ". /app.css"
66
77application . start ( ) ;
Original file line number Diff line number Diff line change 22application . mainModule = "main-page" ;
33
44// Remove this in the AppBuilder templates
5- application . cssFile = "app.css"
5+ application . cssFile = "./ app.css"
66
77application . start ( ) ;
Original file line number Diff line number Diff line change 22application . mainModule = "main-page" ;
33
44// Remove this in the AppBuilder templates
5- application . cssFile = "app.css"
5+ application . cssFile = "./ app.css"
66
77application . start ( ) ;
Original file line number Diff line number Diff line change 11import application = require( "application" ) ;
22
33// Remove this in the AppBuilder templates
4- application . cssFile = "template-settings /app.css"
4+ application . cssFile = ". /app.css"
55
66application . mainModule = "main-page" ;
77application . start ( ) ;
Original file line number Diff line number Diff line change 22application . mainModule = "main-page" ;
33
44// Remove this in the AppBuilder templates
5- application . cssFile = "template-tab-navigation /app.css"
5+ application . cssFile = ". /app.css"
66
77application . start ( ) ;
You can’t perform that action at this time.
0 commit comments