Skip to content

Commit e2c8795

Browse files
committed
fix(vendor): Fix to add concatenated vendors in index.html
1 parent 2efc9a1 commit e2c8795

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

addon/ng2/blueprints/ng2/files/src/index.html

+1-7
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,13 @@
44
<meta charset="utf-8">
55
<title><%= jsComponentName %></title>
66
<base href=".">
7-
<script src="vendor/angular2/bundles/angular2-polyfills.js"></script>
87
{{content-for 'head'}}
98
<link rel="icon" type="image/x-icon" href="favicon.ico">
109
</head>
1110
<body>
1211
<<%= htmlComponentName %>-app>Loading...</<%= htmlComponentName %>-app>
1312

14-
<script src="vendor/systemjs/dist/system.src.js"></script>
15-
<script src="vendor/systemjs/dist/system-polyfills.js"></script>
16-
<script src="vendor/rxjs/bundles/Rx.js"></script>
17-
<script src="vendor/angular2/bundles/angular2.dev.js"></script>
18-
<script src="vendor/angular2/bundles/http.dev.js"></script>
19-
<script src="vendor/angular2/bundles/router.dev.js"></script>
13+
<script src="thirdparty/vendor.js"></script>
2014
<script src="thirdparty/libs.js"></script>
2115
<script>
2216
System.config({

0 commit comments

Comments
 (0)