fix(desktop): pre-compile the app title to avoid displaying handlebars

Fixes #566
This commit is contained in:
Jason Dreyzehner 2016-10-18 19:33:42 -04:00
parent 241ffb7adf
commit 4c403ab32c
3 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -106,6 +106,7 @@ src/js/appConfig.js
src/js/externalServices.js
chrome-app/manifest.json
www/img/app
www/index.html
cordova/android/res/

View File

@ -6,6 +6,7 @@
var templates = {
'package.json': '/',
'index.html': 'www/',
'Makefile': 'cordova/',
'ProjectMakefile': 'cordova/',
'config-template.xml': '/',

View File

@ -7,7 +7,7 @@
<meta name="msapplication-tap-highlight" content="no">
<meta name="format-detection" content="telephone=no">
<link rel="stylesheet" type="text/css" href="css/copay.css">
<title>{{appConfig.nameCase}} - {{appConfig.description}}</title>
<title>*USERVISIBLENAME* - *PURPOSELINE*</title>
<link rel="shortcut icon" href="img/app/favicon.ico">
</head>
<body>