File tree 3 files changed +3
-5
lines changed
addon/ng2/blueprints/ng2/files
3 files changed +3
-5
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}}
8
+ <!-- {{#unless environment.production}}
9
9
<script src="/ember-cli-live-reload.js" type="text/javascript"></script>
10
- {{/unless}}
10
+ {{/unless}} -->
11
11
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
12
12
< link rel ="icon " type ="image/x-icon " href ="favicon.ico "> < % if (isMobile) { %>
13
13
< meta name ="apple-mobile-web-app-capable " content ="yes ">
Original file line number Diff line number Diff line change 1
- /// <reference path="<%= refToTypings %>/typings/browser.d.ts" />
2
1
< % if ( ! isMobile ) { % > declare var module : { id : string } ; < % } % >
Original file line number Diff line number Diff line change 5
5
"selenium-webdriver" : " registry:dt/selenium-webdriver#2.44.0+20160317120654"
6
6
},
7
7
"ambientDependencies" : {
8
- "es6-shim" : " registry:dt/es6-shim#0.31.2+20160317120654" <% if (isMobile) {%>,
9
- "node" : " registry:dt/node#4.0.0+20160509154515" <% } %>
8
+ <% if (isMobile) {%>"node": "registry:dt/node#4.0.0+20160509154515" <% } %>
10
9
}
11
10
}
You can’t perform that action at this time.
0 commit comments