From 7880fd60bb6ba5237d269a1b840a412c4438dd39 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sat, 5 Jan 2013 16:35:06 +0100 Subject: o Integrating the separate person app into the front page app. --- src/main/webapp/WEB-INF/urlrewrite.xml | 2 + src/main/webapp/apps/core/navbar.html | 2 +- src/main/webapp/apps/frontPageApp/frontPage.html | 4 +- src/main/webapp/apps/frontPageApp/frontPageApp.js | 39 +++++++++++- src/main/webapp/apps/frontPageApp/person.html | 77 +++++++++++++++++++++++ src/main/webapp/apps/personApp/person.html | 77 ----------------------- src/main/webapp/apps/personApp/personApp.js | 36 ----------- 7 files changed, 119 insertions(+), 118 deletions(-) create mode 100755 src/main/webapp/apps/frontPageApp/person.html delete mode 100755 src/main/webapp/apps/personApp/person.html delete mode 100755 src/main/webapp/apps/personApp/personApp.js diff --git a/src/main/webapp/WEB-INF/urlrewrite.xml b/src/main/webapp/WEB-INF/urlrewrite.xml index a4834c9..cc02ca8 100755 --- a/src/main/webapp/WEB-INF/urlrewrite.xml +++ b/src/main/webapp/WEB-INF/urlrewrite.xml @@ -15,6 +15,7 @@ /index.jspx + ^/build/([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})$ diff --git a/src/main/webapp/apps/core/navbar.html b/src/main/webapp/apps/core/navbar.html index fa0074c..4ae715b 100644 --- a/src/main/webapp/apps/core/navbar.html +++ b/src/main/webapp/apps/core/navbar.html @@ -4,7 +4,7 @@ Wat