Skip to content

Commit

Permalink
Refactor deprecated npm packages to local libs - bootstrap - 2/N
Browse files Browse the repository at this point in the history
  • Loading branch information
cavearr committed Jan 20, 2025
1 parent 083d8b1 commit 8d255a1
Show file tree
Hide file tree
Showing 9 changed files with 2,675 additions and 4 deletions.
7 changes: 4 additions & 3 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@
<!-- NPM Package and version Local package_dir -->
<!-- ----------------------- ----------------- -->
<!-- -->
<!-- "jointjs": "~2.0.1" ==> jointjs -->
<!-- "jointjs": "~2.0.1" ==> jointjs -->
<!-- "bootstrap": "~3.3.7" ==> boostrap -->
<!-- -->
<!----------------------------------------------------------------------->

Expand Down Expand Up @@ -186,7 +187,7 @@

<!-- Bootstrap: Build fast, responsive sites with Bootstrap -->
<!-- https://getbootstrap.com/ -->
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="resources/libs/vendor/bootstrap/css/bootstrap.min.css" />

<!-- Select2: The jQuery replacement for select boxes -->
<!-- https://select2.org/ -->
Expand Down Expand Up @@ -349,7 +350,7 @@

<!-- Bootstrap: Build fast, responsive sites with Bootstrap -->
<!-- https://getbootstrap.com/ -->
<script src="node_modules/bootstrap/dist/js/bootstrap.js"></script>
<script src="resources/libs/vendor/bootstrap/js/bootstrap.js"></script>

<!-- Select2: The jQuery replacement for select boxes -->
<!-- https://select2.org/ -->
Expand Down
1 change: 0 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@
"angular-ui-bootstrap": "~1.3.3",
"async": "~3.2.4",
"backbone": "~1.3.3",
"bootstrap": "~3.3.7",
"copy-paste": "~1.3.0",
"cos-jquery-resize": "~1.1.0",
"extract-zip": "~1.6.5",
Expand Down
6 changes: 6 additions & 0 deletions app/resources/libs/vendor/bootstrap/css/bootstrap.min.css

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 8d255a1

Please sign in to comment.