First boot. Fix travis
This commit is contained in:
parent
97a844aa7c
commit
a46e883715
3 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue