Skip to content

Commit

Permalink
fix(index): fix live reload file path (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed May 15, 2016
1 parent a34aca8 commit be718cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/ng2/blueprints/ng2/files/__path__/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<base href="/">

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

0 comments on commit be718cb

Please sign in to comment.