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 4
4
application . mainModule = "main-page" ;
5
5
6
6
// TODO: This is only neede because of the deply script.
7
- application . cssFile = "app/TelerikNEXT /app.css" ;
7
+ application . cssFile = ". /app.css" ;
8
8
9
9
// Start the application
10
10
application . start ( ) ;
Original file line number Diff line number Diff line change 1
1
import application = require( "application" ) ;
2
2
3
3
application . mainModule = "login" ;
4
- application . cssFile = "paylocity /style.css" ;
4
+ application . cssFile = ". /style.css" ;
5
5
6
6
application . start ( ) ;
Original file line number Diff line number Diff line change 2
2
application . mainModule = "main-page" ;
3
3
4
4
// Remove this in the AppBuilder templates
5
- application . cssFile = "template-blank /app.css"
5
+ application . cssFile = ". /app.css"
6
6
7
7
application . start ( ) ;
Original file line number Diff line number Diff line change 2
2
application . mainModule = "main-page" ;
3
3
4
4
// Remove this in the AppBuilder templates
5
- application . cssFile = "app.css"
5
+ application . cssFile = "./ app.css"
6
6
7
7
application . start ( ) ;
Original file line number Diff line number Diff line change 2
2
application . mainModule = "main-page" ;
3
3
4
4
// Remove this in the AppBuilder templates
5
- application . cssFile = "app.css"
5
+ application . cssFile = "./ app.css"
6
6
7
7
application . start ( ) ;
Original file line number Diff line number Diff line change 1
1
import application = require( "application" ) ;
2
2
3
3
// Remove this in the AppBuilder templates
4
- application . cssFile = "template-settings /app.css"
4
+ application . cssFile = ". /app.css"
5
5
6
6
application . mainModule = "main-page" ;
7
7
application . start ( ) ;
Original file line number Diff line number Diff line change 2
2
application . mainModule = "main-page" ;
3
3
4
4
// Remove this in the AppBuilder templates
5
- application . cssFile = "template-tab-navigation /app.css"
5
+ application . cssFile = ". /app.css"
6
6
7
7
application . start ( ) ;
You can’t perform that action at this time.
0 commit comments