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.js
flask_bootstrap/static/bootstrap5/js/bootstrap.min.js.map
flask_bootstrap/static/bootstrap5/css/bootstrap.min.css
flask_bootstrap/static/bootstrap5/css/bootstrap.min.css.map
flask_bootstrap/__init__.py
according to CDNbootstrap_version
to 5.y.zbootstrap_css_integrity
bootstrap_js_integrity
(take extra care using proper value, details e.g. version 4 orbundle
)pytest
pip install .
python3 examples/bootstrap5/app.py
and 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.svg
flask_bootstrap/static/bootstrap5/icons/bootstrap-icons.svg
flask_bootstrap/static/bootstrap4/css/font/bootstrap-icons.min.css
flask_bootstrap/static/bootstrap5/css/font/bootstrap-icons.min.css
flask_bootstrap/static/bootstrap4/css/font/fonts
flask_bootstrap/static/bootstrap5/css/font/fonts
flask_bootstrap/__init__.py
the value oficons_version
to 1.y.zpython3 update_icons.py
inexamples/
pytest
pip install .
python3 examples/bootstrap4/app.py
and test the examples in a browserpython3 examples/bootstrap5/app.py
and test the examples in a browserCHANGES.rst
Source code (zip)
, unzip it, go to the directorydist
and*rtl*
and*.map
files in the subdirectoriesflask_bootstrap/static/bootstrap5/css/bootswatch
python3 list-bootswatch.py
inexamples/
and if needed update the relatedapp.py
filespytest
pip install .
python3 examples/bootstrap4/app.py
and test the examples in a browserpython3 examples/bootstrap5/app.py
and test the examples in a browserCHANGES.rst
for code coverage, see also #276
Beta Was this translation helpful? Give feedback.
All reactions