Upgrading sources #300
PanderMusubi
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(Sort of note to myself) Please, use the following URLs for upgrading sources:
bootstrap-5.y.z-dist.zip, unzip it andflask_bootstrap/static/bootstrap5/js/bootstrap.min.jsflask_bootstrap/static/bootstrap5/js/bootstrap.min.js.mapflask_bootstrap/static/bootstrap5/css/bootstrap.min.cssflask_bootstrap/static/bootstrap5/css/bootstrap.min.css.mapflask_bootstrap/__init__.pyaccording to CDNbootstrap_versionto 5.y.zbootstrap_css_integritybootstrap_js_integrity(take extra care using proper value, details e.g. version 4 orbundle)pytestpip install .python3 examples/bootstrap5/app.pyand test the examples in a browserCHANGES.rst(Note: only upgrade if there is also a new version of Bootswatch)bootstrap-icons-1.y.z.zip, unzip it andflask_bootstrap/static/bootstrap4/icons/bootstrap-icons.svgflask_bootstrap/static/bootstrap5/icons/bootstrap-icons.svgflask_bootstrap/static/bootstrap4/css/font/bootstrap-icons.min.cssflask_bootstrap/static/bootstrap5/css/font/bootstrap-icons.min.cssflask_bootstrap/static/bootstrap4/css/font/fontsflask_bootstrap/static/bootstrap5/css/font/fontsflask_bootstrap/__init__.pythe value oficons_versionto 1.y.zpython3 update_icons.pyinexamples/pytestpip install .python3 examples/bootstrap4/app.pyand test the examples in a browserpython3 examples/bootstrap5/app.pyand test the examples in a browserCHANGES.rstSource code (zip), unzip it, go to the directorydistand*rtl*and*.mapfiles in the subdirectoriesflask_bootstrap/static/bootstrap5/css/bootswatchpython3 list-bootswatch.pyinexamples/and if needed update the relatedapp.pyfilespytestpip install .python3 examples/bootstrap4/app.pyand test the examples in a browserpython3 examples/bootstrap5/app.pyand test the examples in a browserCHANGES.rstfor code coverage, see also #276
Beta Was this translation helpful? Give feedback.
All reactions