File tree 1 file changed +0
-41
lines changed
addon/ng2/blueprints/ng2/files/__path__
1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change 5
5
< title > < %= jsComponentName %> </ title >
6
6
< base href ="/ ">
7
7
8
- <!-- {{#unless environment.production}}
9
- <script src="/ember-cli-live-reload.js" type="text/javascript"></script>
10
- {{/unless}} -->
11
8
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
9
< link rel ="icon " type ="image/x-icon " href ="favicon.ico "> < % if (isMobile) { %>
13
10
< meta name ="apple-mobile-web-app-capable " content ="yes ">
17
14
< link rel ="{{rel}} " {{#if sizes}}sizes ="{{sizes}} " {{ /if}}href="{{href}} ">
18
15
{{/each}}
19
16
20
- <!-- {{#if environment.production}}
21
- <script type="text/javascript">
22
- if ('serviceWorker' in navigator) {
23
- navigator.serviceWorker.register('/worker.js').catch(function(err) {
24
- console.log('Error installing service worker: ', err);
25
- });
26
- }
27
- </script>
28
- {{/if}}
29
- <% } %> -->
30
17
</ head >
31
18
< body >
32
19
< < %= htmlComponentName %> -app> Loading...</ < %= htmlComponentName %> -app>
33
20
34
- <!-- <% if (isMobile) { %>
35
-
36
- {{#if environment.production}}
37
- <script src="/app-concat.js" async></script>
38
- {{else}}
39
- {{#each scripts.polyfills}}
40
- <script src="{{.}}"></script>
41
- {{/each}}
42
- <script>
43
- System.import('system-config.js').then(function () {
44
- System.import('main');
45
- }).catch(console.error.bind(console));
46
- </script>
47
- {{/if}}
48
-
49
- <% } else { %>
50
-
51
- {{#each scripts.polyfills}}
52
- <script src="{{.}}"></script>
53
- {{/each}}
54
- <script>
55
- System.import('system-config.js').then(function () {
56
- System.import('main');
57
- }).catch(console.error.bind(console));
58
- </script>
59
-
60
- <% } %> -->
61
-
62
21
</ body >
63
22
</ html >
You can’t perform that action at this time.
0 commit comments