summaryrefslogtreecommitdiff
path: root/UPGRADING
blob: 7ab8892c04eb6ec6b478d97ebb752329e3e50227 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.