From: Michael Tremer Date: Mon, 1 May 2017 15:08:24 +0000 (+0100) Subject: captive: Link .map files as well X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02de682e2118769f1e80fab42f3adb284f60d7c6;p=people%2Fms%2Fipfire-2.x.git captive: Link .map files as well Signed-off-by: Michael Tremer --- diff --git a/lfs/web-user-interface b/lfs/web-user-interface index 4b01eb721a..9b13a54380 100644 --- a/lfs/web-user-interface +++ b/lfs/web-user-interface @@ -74,7 +74,11 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Captive Portal CSS ln -svf --relative /usr/share/bootstrap/css/bootstrap-grid.min.css \ /srv/web/ipfire/html/captive/assets/bootstrap-grid.min.css + ln -svf --relative /usr/share/bootstrap/css/bootstrap-grid.min.css.map \ + /srv/web/ipfire/html/captive/assets/bootstrap-grid.min.css.map ln -svf --relative /usr/share/bootstrap/css/bootstrap-reboot.min.css \ /srv/web/ipfire/html/captive/assets/bootstrap-reboot.min.css + ln -svf --relative /usr/share/bootstrap/css/bootstrap-reboot.min.css.map \ + /srv/web/ipfire/html/captive/assets/bootstrap-reboot.min.css.map @$(POSTBUILD)