Updates apply

This commit is contained in:
Gustavo Maximiliano Cortez 2018-02-28 17:59:39 -03:00
parent ee90902dd7
commit c73ed914b6
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
//
var templates = {
'package-template.json': '/',
'index-template.html': 'src/',
'config-template.xml': '/',
'ionic.config-template.json': '/',
@ -59,6 +60,8 @@ Object.keys(templates).forEach(function(k) {
if (k === 'config-template.xml') {
k = 'config.xml';
} else if (k === 'package-template.json') {
k = 'package.json';
} else if (k === 'index-template.html') {
k = 'index.html';
} else if (k === 'ionic.config-template.json') {