[gnome-bootstrap-theme] fix: add boostrap js map to avoid error



commit 8adb189b64bf59cb5f7dd27494190032eccfe2ce
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Sun Sep 25 15:14:47 2022 +0200

    fix: add boostrap js map to avoid error

 build_theme.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/build_theme.sh b/build_theme.sh
index ee3fc31..12b8a9a 100755
--- a/build_theme.sh
+++ b/build_theme.sh
@@ -6,6 +6,7 @@ sass -t compressed src/css/main.scss > ./dist/deneb.min.css
 
 # JS
 cat ./node_modules/bootstrap/dist/js/bootstrap.bundle.js src/js/navbar-search-form.js > ./dist/deneb.js
+cp ./node_modules/bootstrap/dist/js/bootstrap.bundle.js.map ./dist/bootstrap.bundle.js.map
 uglifyjs ./dist/deneb.js -c -m -o ./dist/deneb.min.js
 
 # FontAwesome Webfonts


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]