aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-27 14:49:02 -0800
committerMark Otto <[email protected]>2012-01-27 14:49:02 -0800
commit91e9f6fa91ea2f6d8cc47b8dbf1428847ad6504f (patch)
treed4c8432b4cfc318603727726a512a7df24ca3dc9 /docs
parent22359f9dfdf5d513da163416005345649415b90f (diff)
parent065ed01b1f78a1e5d358b78304ef211d7b96f362 (diff)
downloadbootstrap-91e9f6fa91ea2f6d8cc47b8dbf1428847ad6504f.tar.xz
bootstrap-91e9f6fa91ea2f6d8cc47b8dbf1428847ad6504f.zip
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts: docs/assets/css/bootstrap.css
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--docs/build/index.js2
2 files changed, 3 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 7765d7961..39ac62f7a 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Fri Jan 27 14:48:21 PST 2012
+ * Date: Fri Jan 27 14:48:53 PST 2012
*/
article,
aside,
diff --git a/docs/build/index.js b/docs/build/index.js
index 9c240ca36..4c759c6e0 100644
--- a/docs/build/index.js
+++ b/docs/build/index.js
@@ -14,6 +14,8 @@ pages = fs.readdirSync(__dirname + '/../templates/pages')
// iterate over pages
pages.forEach(function (name) {
+ if (!name.match(/\.mustache$/)) return
+
var page = fs.readFileSync(__dirname + '/../templates/pages/' + name, 'utf-8')
, context = {}