captive: Link .map files as well

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2017-05-01 16:08:24 +01:00
parent 733de0e4a0
commit 02de682e21

View File

@@ -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)