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
-
(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-x.y.z.zip
, unzip it andflask_bootstrap/static/bootstrap4/icons/bootstrap-icons.svg
flask_bootstrap/static/bootstrap5/icons/bootstrap-icons.svg
python3 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 and TODO (this instruction will be completed upon next upgrade.)*rtl*
and*.map
files that are shipped with Bootswatchpython3 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