summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
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.