File: UPGRADING

package info (click to toggle)
python-xstatic-bootstrap-scss 3.4.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 964 kB
  • sloc: javascript: 3,493; python: 40; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 552 bytes parent folder | download | duplicates (2)
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.