Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6010bb3

Browse files
committed
index
1 parent d074f76 commit 6010bb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/index.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ html
5454
link(rel="stylesheet", href="assets/css/directives/tc-pager.css")
5555
link(rel="stylesheet", href="assets/css/directives/srm-tile.css")
5656
link(rel="stylesheet", href="assets/css/directives/profile-widget.css")
57+
link(rel="stylesheet", href="assets/css/directives/history-graph.css")
5758
link(rel="stylesheet", href="assets/css/directives/distribution-graph.css")
5859
link(rel="stylesheet", href="assets/css/directives/challenge-tiles.css")
5960
link(rel="stylesheet", href="assets/css/directives/badge-tooltip.css")
@@ -90,7 +91,6 @@ html
9091
script(src='../bower_components/angular-filter/dist/angular-filter.min.js')
9192
script(src='../bower_components/angular-img-fallback/angular.dcb-img-fallback.js')
9293
script(src='../bower_components/angular-jwt/dist/angular-jwt.js')
93-
script(src='../bower_components/angular-mocks/angular-mocks.js')
9494
script(src='../bower_components/angular-sanitize/angular-sanitize.js')
9595
script(src='../bower_components/angular-ui-router/release/angular-ui-router.js')
9696
script(src='../bower_components/x2js/xml2json.min.js')
@@ -131,6 +131,7 @@ html
131131
script(src="directives/challenge-tiles/challenge-tile.directive.js")
132132
script(src="directives/distribution-graph/distribution-graph.directive.js")
133133
script(src="directives/focus-on.directive.js")
134+
script(src="directives/history-graph/history-graph.directive.js")
134135
script(src="directives/on-file-change.directive.js")
135136
script(src="directives/profile-widget/profile-widget.directive.js")
136137
script(src="directives/right-placeholder.directive.js")

0 commit comments

Comments
 (0)