@@ -10,19 +10,32 @@ a cumbersome way to customize bootsrap, but as of the time of writing this
1010within the distributed build environment without either editing files in
1111place, or copying and modifying parts of the build environment.
1212
13+ Bootstrap 3.3.4 was added in [9374], see the changes with::
14+
15+ $ svn diff -r 9374:9894 bootstrap/less/
16+
17+ Bootstrap 3.3.5 was added in [9894] and [9895], see the changes since then with::
18+
19+ $ svn diff -r 9895 bootstrap/less/
20+
1321Modifications done::
1422
1523 less/variables.less # modified with our datatracker-specific changes
24+ less/buttons.less # added .btn-pass
25+ less/labels.less # added .label-pass
26+ less/panels.less # added .panel-pass
27+ less/mixins/forms.less # modified inline label background-color
1628
1729Setup
1830=====
1931
20- In order to set up things to build new static/css/bootstrap* files, do the
21- following (copied from http://getbootstrap.com/getting-started/#grunt)
22-
2332Bootstrap uses Grunt for its build system, with convenient methods for working
2433with the framework. It's how we compile our code, run tests, and more.
2534
35+ In order to set up things to build new ``static/lib/bootstrap/** `` files, do the
36+ following (copied from http://getbootstrap.com/getting-started/#grunt):
37+
38+
2639Installing Grunt
2740----------------
2841
@@ -54,8 +67,10 @@ Available Grunt commands
5467
5568 grunt dist # (Just compile CSS and JavaScript)
5669
57- Regenerates the /dist/ directory with compiled and minified CSS and JavaScript
58- files. As a Bootstrap user, this is normally the command you want.
70+ Regenerates the ``dist/ `` directory with compiled and minified CSS and JavaScript
71+ files. As a Bootstrap user, this is normally the command you want. Changes to
72+ the ``dist/ `` directory will be picked up by ``manage.py collectstatic `` as part
73+ of ``bin/mkrelease ``.
5974
6075::
6176
@@ -66,7 +81,7 @@ whenever you save a change.
6681
6782::
6883
69- grunt test (Run tests)
84+ grunt test # (Run tests)
7085
7186Runs JSHint and runs the QUnit tests headlessly in PhantomJS.
7287
0 commit comments