xstatic-bootstrap-scss/UPGRADING
Radomir Dopieralski 1ba0b95386 Upgrade to 3.4.1
Change-Id: I38c8d1114fd6e6629b4f3a16a85e3e35d8d8d3d6
2020-03-16 14:01:36 +00:00

12 lines
552 B
Plaintext

In order to upgrade this package, it's currently easiest to follow those steps:
Checkout https://github.com/twbs/bootstrap-sass and enter the directory.
Check the hash of the version of bootstrap-scss that you want to build in
https://github.com/twbs/bootstrap repository.
Run "rake -v convert[the-hash-of-the-commit]".
Copy all files from assets/javascripts to data/js.
Copy all files from assets/fonts to data/fonts.
Copy all files from assets/stylesheets to data/scss.
Bump the version in __init__.py and run xstatic-release.
Commit the new files.