diff options
| author | Mark Otto <[email protected]> | 2014-05-07 21:30:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-05-07 21:30:22 -0700 |
| commit | 00b6f278971dca9f2e366d06e96a11139f4e4169 (patch) | |
| tree | aac320e39465ac5c1577e10a3f098ac3ff564a42 /docs/_includes/nav | |
| parent | f0daa64a29a66a663f6fedb9d8687524af754436 (diff) | |
| parent | 5d8880fdfae7de50d867eb9695b704f50ab77775 (diff) | |
| download | bootstrap-00b6f278971dca9f2e366d06e96a11139f4e4169.tar.xz bootstrap-00b6f278971dca9f2e366d06e96a11139f4e4169.zip | |
Merge pull request #13531 from twbs/grunt-html-docs
move Grunt info from README into HTML docs
Diffstat (limited to 'docs/_includes/nav')
| -rw-r--r-- | docs/_includes/nav/getting-started.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/_includes/nav/getting-started.html b/docs/_includes/nav/getting-started.html index 494a2950f..df94dc099 100644 --- a/docs/_includes/nav/getting-started.html +++ b/docs/_includes/nav/getting-started.html @@ -9,6 +9,14 @@ </ul> </li> <li> + <a href="#grunt">Compiling CSS and JavaScript</a> + <ul class="nav"> + <li><a href="#grunt-installing">Installing Grunt</a></li> + <li><a href="#grunt-commands">Available Grunt commands</a></li> + <li><a href="#grunt-troubleshooting">Troubleshooting</a></li> + </ul> +</li> +<li> <a href="#template">Basic template</a> </li> <li> |
