mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 09:52:29 +01:00
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
This commit is contained in:
commit
440d8f5318
@ -63,13 +63,13 @@ When completed, you'll be able to run the various Grunt commands provided from t
|
|||||||
### Available Grunt commands
|
### Available Grunt commands
|
||||||
|
|
||||||
#### Build - `grunt`
|
#### Build - `grunt`
|
||||||
Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Requires recess and uglify-js.**
|
Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`. **Requires [recess](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).**
|
||||||
|
|
||||||
#### Only compile CSS and JavaScript - `grunt dist`
|
#### Only compile CSS and JavaScript - `grunt dist`
|
||||||
`grunt dist` creates the `/dist` directory with compiled files. **Requires recess and uglify-js.**
|
`grunt dist` creates the `/dist` directory with compiled files. **Requires [recess](https://github.com/twitter/recess) and [uglify-js](https://github.com/mishoo/UglifyJS).**
|
||||||
|
|
||||||
#### Tests - `grunt test`
|
#### Tests - `grunt test`
|
||||||
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires phantomjs.**
|
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). **Requires [phantomjs](https://github.com/ariya/phantomjs/).**
|
||||||
|
|
||||||
#### Watch - `grunt watch`
|
#### Watch - `grunt watch`
|
||||||
This is a convenience method for watching just Less files and automatically building them whenever you save.
|
This is a convenience method for watching just Less files and automatically building them whenever you save.
|
||||||
|
@ -1562,7 +1562,7 @@ body { padding-bottom: 70px; }
|
|||||||
</div>
|
</div>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<ul class="pagination pagination-lg">...</ul>
|
<ul class="pagination pagination-lg">...</ul>
|
||||||
<ul class="pagination pagination">...</ul>
|
<ul class="pagination">...</ul>
|
||||||
<ul class="pagination pagination-sm">...</ul>
|
<ul class="pagination pagination-sm">...</ul>
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user