From 942e9d3331b172ec46dec46d7b8be6d0afcaee6f Mon Sep 17 00:00:00 2001 From: marc tobias Date: Sat, 30 Nov 2019 15:22:02 +0100 Subject: [PATCH] bootstrap CSS source map now included --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 229bb6d..50bf400 100755 --- 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 -- 2.45.1