We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab61ae2 commit 5498efeCopy full SHA for 5498efe
doc-tool/bootstrap-theme/build.sh
@@ -0,0 +1,6 @@
1
+#!/bin/sh
2
+cd "$(dirname "$0")"
3
+npm run build
4
+echo "Copying css file..."
5
+cp target/bootstrap.min.css ../resources/css/bootstrap.min.css
6
+echo "Bootstrap css updated."
0 commit comments