|
5 | 5 | <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> |
6 | 6 | <head> |
7 | 7 | <meta charset="utf-8"> |
8 | | - <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 8 | + <meta http-equiv="x-ua-compatible" content="ie=edge"> |
9 | 9 | <base href="/"> |
10 | 10 | <title></title> |
11 | 11 | <meta name="description" content=""> |
|
16 | 16 | <!-- endbower --> |
17 | 17 | <!-- endbuild --> |
18 | 18 | <!-- build:css({.tmp,client}) app/app.css --> |
19 | | - <link rel="stylesheet" href="app/app.css"> |
| 19 | + <link rel="stylesheet" href="app/app.css"> |
20 | 20 | <!-- injector:css --> |
21 | 21 | <!-- endinjector --> |
22 | 22 | <!-- endbuild --> |
23 | 23 | </head> |
24 | 24 | <body ng-app="<%= scriptAppName %>"> |
25 | 25 | <!--[if lt IE 7]> |
26 | | - <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> |
| 26 | + <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> |
27 | 27 | <![endif]--> |
28 | 28 |
|
29 | 29 | <!-- Add your site or application content here --> |
|
34 | 34 | (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
35 | 35 | (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
36 | 36 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
37 | | - })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); |
| 37 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
38 | 38 |
|
39 | 39 | ga('create', 'UA-XXXXX-X'); |
40 | 40 | ga('send', 'pageview'); |
|
49 | 49 | <!-- endbower --><% if (filters.socketio) { %> |
50 | 50 | <script src="socket.io-client/socket.io.js"></script><% } %> |
51 | 51 | <!-- endbuild --> |
52 | | - |
53 | | - <% if(filters.babel) { %> |
54 | | - <!-- build:js(.tmp) app/app.js --> |
55 | | - <% } else { %> |
56 | | - <!-- build:js({.tmp,client}) app/app.js --> |
57 | | - <% } %> |
58 | | - <script src="app/app.js"></script> |
59 | | - <!-- injector:js --> |
60 | | - <!-- endinjector --> |
61 | | - <!-- endbuild --> |
62 | | -</body> |
| 52 | + <!-- build:js(<% if(filters.babel) { %>.tmp<% } |
| 53 | + else { %>{.tmp,client}<% } %>) app/app.js --> |
| 54 | + <script src="app/app.js"></script> |
| 55 | + <!-- injector:js --> |
| 56 | + <!-- endinjector --> |
| 57 | + <!-- endbuild --> |
| 58 | + </body> |
63 | 59 | </html> |
0 commit comments