Skip to content

Commit 5498efe

Browse files
Add a script to easily update the default Bootstrap theme
1 parent ab61ae2 commit 5498efe

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc-tool/bootstrap-theme/build.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)