From a35b0881b3e2ff04d1aec46f5c52afd2894b0b2b Mon Sep 17 00:00:00 2001 From: Christian Basler Date: Sun, 4 Oct 2015 16:09:40 +0200 Subject: [PATCH] build jar file instead of war change theme color to match actual theme --- build.gradle | 6 ------ webapp/app/index.html | 4 ++-- webapp/app/manifest.json | 4 ++-- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index 3e3a940..e812a00 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/webapp/app/index.html b/webapp/app/index.html index 4441e00..15c5a0a 100644 --- a/webapp/app/index.html +++ b/webapp/app/index.html @@ -20,13 +20,13 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN - + - + diff --git a/webapp/app/manifest.json b/webapp/app/manifest.json index c7e4771..9ce7804 100644 --- a/webapp/app/manifest.json +++ b/webapp/app/manifest.json @@ -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" }