-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Bootstrap3 #1123
Remove Bootstrap3 #1123
Conversation
Removing unused boostrap3 files
Removing unused boostrap3 files
Removing unused boostrap3 files
Removing unused boostrap3 files
Removing unused boostrap3 files
Removing unused boostrap3 files
Removing unused boostrap3 files
Removing unused boostrap3 files
eb97b56
to
de26eb1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had to remove the node.js/sass build logic since the index.scss file is no longer used. Looks good to me!
@@ -31,10 +31,6 @@ create_db: start | |||
## Creating database | |||
docker compose run --rm web alembic --config=./OpenOversight/migrations/alembic.ini stamp head | |||
|
|||
.PHONY: assets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥳 🥳 🥳 🥳
# install node | ||
ENV NODE_SETUP_SHA=5d07994f59e3edc2904c547e772b818d10abb066f6ff36ab3db5d686b0fe9a73 | ||
RUN curl ${CURL_FLAGS} \ | ||
https://raw.githubusercontent.com/nodesource/distributions/b8510857fb4ce4b023161be8490b00119884974c/deb/setup_12.x |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm so happy to see this removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great! The only thing I'd want to make sure is that we have people available to roll it back should we need to when we push to production.
Migrates off bootstrap3 and into bootstrap5. Thank you @psjalltheway !!! Removes deprecated files which are causing conflicts for the new HTML/CSS which will come in a separate PR. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment. --------- Co-authored-by: psjalltheway <[email protected]> Co-authored-by: sea-kelp <[email protected]>
Migrates off bootstrap3 and into bootstrap5. Thank you @psjalltheway !!! Removes deprecated files which are causing conflicts for the new HTML/CSS which will come in a separate PR. - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment. --------- Co-authored-by: Freddy Martinez <[email protected]> Co-authored-by: psjalltheway <[email protected]>
Fixes issue
Migrates off bootstrap3 and into bootstrap5. Thank you @psjalltheway !!!
Description of Changes
Removes deprecated files which are causing conflicts for the new HTML/CSS which will come in a separate PR.
Notes for Deployment
Screenshots (if appropriate)
Tests and Linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.