First boot. Fix travis

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-12 12:28:09 -03:00
commit a46e883715
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 3 additions and 3 deletions

View file

@ -85,7 +85,7 @@
"xcode": "^0.8.2"
},
"scripts": {
"preinstall": "bower install && cd app-template && ./apply.js",
"preinstall": "bower install && npm install fs-extra && npm install path && cd app-template && ./apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",

View file

@ -88,7 +88,7 @@
"xcode": "^0.8.2"
},
"scripts": {
"preinstall": "bower install && cd app-template && ./apply.js",
"preinstall": "bower install && npm install fs-extra && npm install path && cd app-template && ./apply.js",
"postinstall": "npm run build",
"build": "grunt",
"start": "node app.js",

View file

@ -11,7 +11,7 @@
<link rel="stylesheet" type="text/css" href="icons/foundation-icons.css">
<link rel="stylesheet" type="text/css" href="css/ui-components.css">
<link rel="stylesheet" type="text/css" href="css/copay.css">
<title>{{index.appConfig.name}} - {{index.appConfig.description}}</title>
<title>{{index.appConfig.nameCase}} - {{index.appConfig.description}}</title>
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body ng-cloak class="ng-cloak">