Skip to content
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

fix #655 #676

Merged
merged 8 commits into from
Sep 29, 2023
Merged

fix #655 #676

merged 8 commits into from
Sep 29, 2023

Conversation

ms10596
Copy link
Contributor

@ms10596 ms10596 commented Sep 24, 2023

fix #655
My approach was to remove the bootstrap.min.css and bootstrap.min.js and use cdn scripts instead with the latest stable version. I found out that we mainly depend on grid styles in bootstrap so I now use bootstrap-grid.min.css instead of downloading the whole bootstrap styles.

@essenciary
Copy link
Member

@ms10596 Thanks, I'll merge it - though we should've used only the major version for the files off the CDN to make sure we're always on the latest version, ex: https://cdn.jsdelivr.net/npm/bootstrap@5/dist/js/bootstrap.bundle.min.js (the @5) part.

@essenciary
Copy link
Member

I've updated the code to use @5/

@essenciary essenciary merged commit 9dd1920 into GenieFramework:master Sep 29, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update static Genie pages (welcome, error, etc) and remove old Twitter Bootstrap CSS
2 participants