Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 11d1b59

Browse files
termosagkalpak
authored andcommitted
fix(index-async): correct html5-boilerplate paths
Paths to html5-boilerplate resource were configured incorrectly. These paths are corrected. Closes #356
1 parent 18a925e commit 11d1b59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/index-async.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/normalize.css">
6-
<link rel="stylesheet" href="bower_components/html5-boilerplate/css/main.css">
5+
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/normalize.css">
6+
<link rel="stylesheet" href="bower_components/html5-boilerplate/dist/css/main.css">
77
<style>
88
[ng-cloak] {
99
display: none;
1010
}
1111
</style>
12-
<script src="bower_components/html5-boilerplate/js/vendor/modernizr-2.6.2.min.js"></script>
12+
<script src="bower_components/html5-boilerplate/dist/js/vendor/modernizr-2.8.3.min.js"></script>
1313
<script>
1414
// include angular loader, which allows the files to load in any order
1515
//@@NG_LOADER_START@@

0 commit comments

Comments
 (0)