summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2020-03-02 21:26:30 +0100
committerRadomir Dopieralski <openstack@sheep.art.pl>2020-03-16 14:01:36 +0000
commit1ba0b953862e953a8af9fc8a0f1c9ff372b169cf (patch)
treeef1e7d562e0b1f6e24004ba0318eca5b6f60edc6 /UPGRADING
parentca68078e755659b32c61cdf9766fd1ea83c45485 (diff)
downloadxstatic-bootstrap-scss-master.tar.gz
Upgrade to 3.4.1HEAD3.4.1.0master
Change-Id: I38c8d1114fd6e6629b4f3a16a85e3e35d8d8d3d6
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
new file mode 100644
index 0000000..7ab8892
--- /dev/null
+++ b/UPGRADING
@@ -0,0 +1,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.