From 957599ae01687d6b3d02a3c34fdbe2ac6bd920f9 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Thu, 16 Feb 2017 18:51:26 -0200 Subject: [#907] Bundles login static files separately Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets. --- web-ui/src/login/login.css | 2 +- web-ui/src/login/login.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'web-ui/src/login') diff --git a/web-ui/src/login/login.css b/web-ui/src/login/login.css index f1b54071..51ab2046 100644 --- a/web-ui/src/login/login.css +++ b/web-ui/src/login/login.css @@ -21,7 +21,7 @@ body { height: 100vh; color: #3E3A37; - background-image: url("/assets/images/hive-bg.png"); + background-image: url("/public/images/hive-bg.png"); background-repeat: repeat; } diff --git a/web-ui/src/login/login.html b/web-ui/src/login/login.html index 88d74556..b8c45180 100644 --- a/web-ui/src/login/login.html +++ b/web-ui/src/login/login.html @@ -1,19 +1,19 @@ - + Pixelated - Login - - - + + +
- + -- cgit v1.2.3