Merge pull request #568 from bitjson/feature/precompile-app-title
fix(desktop): pre-compile the app title to avoid displaying handlebars
This commit is contained in:
commit
d2fcc11149
3 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -106,6 +106,7 @@ src/js/appConfig.js
|
||||||
src/js/externalServices.js
|
src/js/externalServices.js
|
||||||
chrome-app/manifest.json
|
chrome-app/manifest.json
|
||||||
www/img/app
|
www/img/app
|
||||||
|
www/index.html
|
||||||
|
|
||||||
|
|
||||||
cordova/android/res/
|
cordova/android/res/
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
var templates = {
|
var templates = {
|
||||||
'package.json': '/',
|
'package.json': '/',
|
||||||
|
'index.html': 'www/',
|
||||||
'Makefile': 'cordova/',
|
'Makefile': 'cordova/',
|
||||||
'ProjectMakefile': 'cordova/',
|
'ProjectMakefile': 'cordova/',
|
||||||
'config-template.xml': '/',
|
'config-template.xml': '/',
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<meta name="msapplication-tap-highlight" content="no">
|
<meta name="msapplication-tap-highlight" content="no">
|
||||||
<meta name="format-detection" content="telephone=no">
|
<meta name="format-detection" content="telephone=no">
|
||||||
<link rel="stylesheet" type="text/css" href="css/copay.css">
|
<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">
|
<link rel="shortcut icon" href="img/app/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue