aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--docs/index.html3
-rw-r--r--docs/templates/pages/index.mustache3
3 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index de6973b85..2714cdf9e 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ $ npm install recess connect uglify-js jshint -g
```
+ **build** - `make`
-Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js. <a href="http://twitter.github.com/bootstrap/extend.html#compiling">Read more in our docs &raquo;</a>
+Runs the recess compiler to rebuild the `/less` files and compiles the docs pages. Requires recess and uglify-js.
+ **test** - `make test`
Runs jshint and qunit tests headlessly in [phantomjs](http://code.google.com/p/phantomjs/) (used for ci). Depends on having phantomjs installed.
diff --git a/docs/index.html b/docs/index.html
index d7dd74ff5..b941e2261 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -80,9 +80,6 @@
<li>
<a href="./getting-started.html#examples" >Examples</a>
</li>
- <li>
- <a href="./extend.html" >Extend</a>
- </li>
<li>Version 3.0.0</li>
</ul>
</div>
diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index b0eb23bf2..1c71d1151 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -12,9 +12,6 @@
<li>
<a href="./getting-started.html#examples" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Examples']);"{{/production}}>Examples</a>
</li>
- <li>
- <a href="./extend.html" {{#production}}onclick="_gaq.push(['_trackEvent', 'Jumbotron actions', 'Jumbotron links', 'Extend']);"{{/production}}>Extend</a>
- </li>
<li>Version 3.0.0</li>
</ul>
</div>