diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 7765d7961ec93e99355f36fb920ca6eaef2c6d59..39ac62f7ac606bc576587ea9cec7b5131627bfa7 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 9c240ca360432da4272899b08d2e6681bb4b2001..4c759c6e0b459e4ff00d975a46025a9848aad5f7 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 = {}