Merge pull request #4688 from cmgustavo/bug/travis-first-boot

Name capitalized. First boot. Fix travis
This commit is contained in:
Matias Alejo Garcia 2016-08-12 12:31:56 -03:00 committed by GitHub
commit db7dae8994
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">