-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Update from bootstrap 4 to bootstrap 5 #258
Comments
Thanks! It looks like Bootstrap 5 should have a fairly simple upgrade path. Yes, FYI, GoodJob's frontend asset dependencies are kind've weird in how they're loaded. I didn't believe I could assume that the end-user using sprocket-based asset pipeline. But unless I'm overlooking something obvious, I don't think it's worth the trouble to make any big changes to how the assets are served. |
Yes, I actually wanted to do that, but wasn't sure about this bootstrap-native js.
Correct. In one of our project we don't have sprockets at all. It's fully managed by webpacker.
Sure, I guess even easier would be to directly link to CDN hosted files, but it's not a big difference. I'll try to upgrade it tomorrow. |
It would be easier, but it's possible someone is using GoodJob in a controlled environment, which is why everything is self-hosted.
🤩 |
The bootstrap 5 i out and this project uses version 4.
BTW what is the motivation to use https://github.com/bensheldon/good_job/blob/main/engine/app/assets/vendor/bootstrap/bootstrap-native.js ? Is it to not use jQuery? In bootstarp 5 there is no jQuery any more so maybe it can be dropped to simplify setup and reduce dependencies?
The text was updated successfully, but these errors were encountered: