Skip to content

Commit be718cb

Browse files
committed
fix(index): fix live reload file path (#774)
1 parent a34aca8 commit be718cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<base href="/">
77

88
{{#unless environment.production}}
9-
<script src="/angular-cli-live-reload.js" type="text/javascript"></script>
9+
<script src="/ember-cli-live-reload.js" type="text/javascript"></script>
1010
{{/unless}}
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<link rel="icon" type="image/x-icon" href="favicon.ico"><% if (isMobile) { %>

0 commit comments

Comments
 (0)