File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
< title > PureMVC TypeScript standard framework demo : Employee Admin </ title >
8
8
9
9
<!-- CSS used by jQuery UI, jQgrid and the Employee Admin demo -->
10
- < link rel ="stylesheet " type ="text/css " media ="screen " href ="css/ui-lightness/jquery-ui-1.9.1.custom.css ">
10
+ < link rel ="stylesheet " type ="text/css " media ="screen " href ="css/ui-lightness/jquery-ui-1.9.1.custom.min. css ">
11
11
< link rel ="stylesheet " type ="text/css " media ="screen " href ="lib/jqgrid/css/ui.jqgrid.css " />
12
12
< link rel ="stylesheet " href ="css/employee-admin.css "/>
13
13
14
14
<!-- jQuery and what depends on it need too much compromises to be loaded as AMD modules -->
15
15
< script src ="lib/jquery/jquery-1.8.2.min.js " type ="text/javascript "> </ script >
16
16
< script src ="lib/jquery-ui/jquery-ui-1.9.1.custom.min.js " type ="text/javascript "> </ script >
17
- < script src ="lib/jqgrid/js/jquery.jqGrid.src .js " type ="text/javascript "> </ script >
17
+ < script src ="lib/jqgrid/js/jquery.jqGrid.min .js " type ="text/javascript "> </ script >
18
18
< script src ="lib/jqgrid/js/i18n/grid.locale-en.js " type ="text/javascript "> </ script >
19
19
20
20
<!-- Using Require.js validates PureMVC and applications based on it load as AMD modules -->
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ require.config
35
35
paths :
36
36
{
37
37
puremvc : 'lib/puremvc/puremvc-typescript-standard-1.0-min' ,
38
- EmployeeAdmin : 'bin/puremvc-typescript-employeeadmin-1.0'
38
+ EmployeeAdmin : 'bin/puremvc-typescript-employeeadmin-1.0-min '
39
39
} ,
40
40
41
41
shims :
You can’t perform that action at this time.
0 commit comments