From 68c1721d14e427c41232d41fac3dc21fc072931d Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sat, 7 Dec 2013 12:34:24 +0100 Subject: [PATCH] =?utf8?q?HTML5-Tags=20mit=20html5shiv.js=20f=C3=BCr=20IE?= =?utf8?q?=20<=209=20sichtbar=20gemacht?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- pom.xml | 1 + src/main/webapp/WEB-INF/templates/html5page.jsp | 9 +++++++++ src/main/webapp/WEB-INF/wro.xml | 12 ++++++++++++ src/main/webapp/js/html5shiv.js | 8 ++++++++ src/test/resources/jetty-web.xml | 4 ++++ 5 files changed, 34 insertions(+) create mode 100644 src/main/webapp/js/html5shiv.js diff --git a/pom.xml b/pom.xml index 4f823317..6eea9bab 100644 --- a/pom.xml +++ b/pom.xml @@ -159,6 +159,7 @@ WEB-INF/wro.*, + js/**, less/** diff --git a/src/main/webapp/WEB-INF/templates/html5page.jsp b/src/main/webapp/WEB-INF/templates/html5page.jsp index f38e4a37..5c40becc 100644 --- a/src/main/webapp/WEB-INF/templates/html5page.jsp +++ b/src/main/webapp/WEB-INF/templates/html5page.jsp @@ -12,6 +12,15 @@ + + +