]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/web-user-interface
captive: Link .map files as well
[people/pmueller/ipfire-2.x.git] / lfs / web-user-interface
index 4b01eb721a1f85a15f04b3a61c85ed7207f97f77..9b13a543803f3a204252b8cceae48d44d75cac58 100644 (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)