Skip to content

Commit

Permalink
chore: add bootstrap min map (#2148)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar authored Oct 23, 2023
1 parent eed6d86 commit 0a5aec9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions scripts/copy_fe_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ cp ${SOURCE_BASE_PATH}/jquery/dist/jquery.min.js ${TARGET_BASE_PATH}/js/jquery-l

echo - Copying bootstrap
cp ${SOURCE_BASE_PATH}/bootstrap/dist/js/bootstrap.min.js ${TARGET_BASE_PATH}/js/bootstrap.min.js
cp ${SOURCE_BASE_PATH}/bootstrap/dist/css/bootstrap.min.css.map ${TARGET_BASE_PATH}/css/bootstrap.min.css.map
cp ${SOURCE_BASE_PATH}/bootstrap/dist/css/bootstrap.min.css ${TARGET_BASE_PATH}/css/bootstrap.min.css

echo - Copying select2
Expand Down

0 comments on commit 0a5aec9

Please sign in to comment.