|
54 | 54 | link(rel="stylesheet", href="assets/css/directives/tc-pager.css")
|
55 | 55 | link(rel="stylesheet", href="assets/css/directives/srm-tile.css")
|
56 | 56 | link(rel="stylesheet", href="assets/css/directives/profile-widget.css")
|
| 57 | + link(rel="stylesheet", href="assets/css/directives/history-graph.css") |
57 | 58 | link(rel="stylesheet", href="assets/css/directives/distribution-graph.css")
|
58 | 59 | link(rel="stylesheet", href="assets/css/directives/challenge-tiles.css")
|
59 | 60 | link(rel="stylesheet", href="assets/css/directives/badge-tooltip.css")
|
|
90 | 91 | script(src='../bower_components/angular-filter/dist/angular-filter.min.js')
|
91 | 92 | script(src='../bower_components/angular-img-fallback/angular.dcb-img-fallback.js')
|
92 | 93 | script(src='../bower_components/angular-jwt/dist/angular-jwt.js')
|
93 |
| - script(src='../bower_components/angular-mocks/angular-mocks.js') |
94 | 94 | script(src='../bower_components/angular-sanitize/angular-sanitize.js')
|
95 | 95 | script(src='../bower_components/angular-ui-router/release/angular-ui-router.js')
|
96 | 96 | script(src='../bower_components/x2js/xml2json.min.js')
|
|
131 | 131 | script(src="directives/challenge-tiles/challenge-tile.directive.js")
|
132 | 132 | script(src="directives/distribution-graph/distribution-graph.directive.js")
|
133 | 133 | script(src="directives/focus-on.directive.js")
|
| 134 | + script(src="directives/history-graph/history-graph.directive.js") |
134 | 135 | script(src="directives/on-file-change.directive.js")
|
135 | 136 | script(src="directives/profile-widget/profile-widget.directive.js")
|
136 | 137 | script(src="directives/right-placeholder.directive.js")
|
|
0 commit comments