Skip to content

Commit

Permalink
Add bootstrap as composer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot authored and David Coutadeur committed Feb 22, 2024
1 parent fd2afbd commit db67545
Show file tree
Hide file tree
Showing 14 changed files with 70 additions and 482 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
/vendor/
/htdocs/vendor/bootstrap/
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"require": {
"ltb-project/ldap": "v0.1.0"
"ltb-project/ldap": "v0.1.0",
"twbs/bootstrap": "v5.3.2"
},
"scripts": {
"post-update-cmd": [
"rm -rf htdocs/vendor/bootstrap",
"cp -R vendor/twbs/bootstrap/dist htdocs/vendor/bootstrap"
]
}
}
69 changes: 60 additions & 9 deletions composer.lock

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

6 changes: 0 additions & 6 deletions htdocs/vendor/bootstrap/css/bootstrap-theme.min.css

This file was deleted.

1 change: 0 additions & 1 deletion htdocs/vendor/bootstrap/css/bootstrap-theme.min.css.map

This file was deleted.

6 changes: 0 additions & 6 deletions htdocs/vendor/bootstrap/css/bootstrap.min.css

This file was deleted.

1 change: 0 additions & 1 deletion htdocs/vendor/bootstrap/css/bootstrap.min.css.map

This file was deleted.

Binary file not shown.
Loading

0 comments on commit db67545

Please sign in to comment.