build jar file instead of war

change theme color to match actual theme
This commit is contained in:
Christian Basler 2015-10-04 16:09:40 +02:00
parent f06f7f0243
commit a35b0881b3
3 changed files with 4 additions and 10 deletions

View File

@ -17,13 +17,7 @@ apply plugin: 'eclipse-wtp'
apply plugin: 'idea'
apply plugin: 'spring-boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'war'
war {
baseName = 'server'
version = '0.0.1-SNAPSHOT'
}
sourceCompatibility = 1.8
targetCompatibility = 1.8

View File

@ -20,13 +20,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
<!-- Place favicon.ico in the `app/` directory -->
<!-- Chrome for Android theme color -->
<meta name="theme-color" content="#2E3AA1">
<meta name="theme-color" content="#FFA000">
<!-- Web Application Manifest -->
<link rel="manifest" href="manifest.json">
<!-- Tile color for Win8 -->
<meta name="msapplication-TileColor" content="#3372DF">
<meta name="msapplication-TileColor" content="#FFC107">
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">

View File

@ -23,7 +23,7 @@
"type": "image/png"
}],
"start_url": "/?homescreen=1",
"background_color": "#3E4EB8",
"background_color": "#FFC107",
"display": "standalone",
"theme_color": "#2E3AA1"
"theme_color": "#FFA000"
}