Skip to content

Commit 4b7b3fc

Browse files
committed
Fix removed bootstrap dependency
1 parent 39240a0 commit 4b7b3fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/setup.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ echo "======================================================================="
140140
echo "Fix paths for static resources that are node_module symlinks in core"
141141
if [ ! -e core/static_ext ] ; then
142142
mkdir core/static_ext
143-
ln -s ../../node_modules/bootstrap core/static_ext/bootstrap
144143
ln -s ../../node_modules/bootstrap-datepicker core/static_ext/bootstrap-datepicker
145144
ln -s ../../node_modules/jquery core/static_ext/jquery
146145
ln -s ../../node_modules/components-jqueryui core/static_ext/jqueryui

0 commit comments

Comments
 (0)