]> git.openstreetmap.org Git - nominatim-ui.git/commitdiff
bootstrap CSS source map now included
authormarc tobias <mtmail@gmx.net>
Sat, 30 Nov 2019 14:22:02 +0000 (15:22 +0100)
committermarc tobias <mtmail@gmx.net>
Sat, 30 Nov 2019 14:22:02 +0000 (15:22 +0100)
build.sh

index 229bb6d262e0f98a6ba2dbf7fcdb328c5b1d0701..50bf400ca7bd62386d304fb31533317336b20b22 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -18,8 +18,8 @@ rsync --quiet node_modules/leaflet-minimap/dist/Control.MiniMap.min.css dist/ass
 rsync --quiet node_modules/leaflet-minimap/dist/images/* dist/assets/css/images/
 
 rsync --quiet node_modules/bootstrap/dist/js/bootstrap.min.js dist/assets/js/
-rsync --quiet node_modules/bootstrap/dist/css/bootstrap.min.css dist/assets/css/
-rsync --quiet node_modules/bootstrap/dist/css/bootstrap-theme.min.css dist/assets/css/
+rsync --quiet node_modules/bootstrap/dist/css/bootstrap.min.css* dist/assets/css/
+rsync --quiet node_modules/bootstrap/dist/css/bootstrap-theme.min.css* dist/assets/css/
 
 rsync --quiet node_modules/handlebars/dist/handlebars.min.js dist/assets/js/
 rsync --quiet node_modules/@ungap/url-search-params/min.js dist/assets/js/url-search-params.js