Skip to content

Commit

Permalink
fix(vendor): Fix to add concatenated vendors in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuri committed Jan 31, 2016
1 parent 2efc9a1 commit e2c8795
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions addon/ng2/blueprints/ng2/files/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,13 @@
<meta charset="utf-8">
<title><%= jsComponentName %></title>
<base href=".">
<script src="vendor/angular2/bundles/angular2-polyfills.js"></script>
{{content-for 'head'}}
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<<%= htmlComponentName %>-app>Loading...</<%= htmlComponentName %>-app>

<script src="vendor/systemjs/dist/system.src.js"></script>
<script src="vendor/systemjs/dist/system-polyfills.js"></script>
<script src="vendor/rxjs/bundles/Rx.js"></script>
<script src="vendor/angular2/bundles/angular2.dev.js"></script>
<script src="vendor/angular2/bundles/http.dev.js"></script>
<script src="vendor/angular2/bundles/router.dev.js"></script>
<script src="thirdparty/vendor.js"></script>
<script src="thirdparty/libs.js"></script>
<script>
System.config({
Expand Down

0 comments on commit e2c8795

Please sign in to comment.