diff options
| author | Mark Otto <[email protected]> | 2012-01-27 14:49:02 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-27 14:49:02 -0800 |
| commit | 91e9f6fa91ea2f6d8cc47b8dbf1428847ad6504f (patch) | |
| tree | d4c8432b4cfc318603727726a512a7df24ca3dc9 /docs/build | |
| parent | 22359f9dfdf5d513da163416005345649415b90f (diff) | |
| parent | 065ed01b1f78a1e5d358b78304ef211d7b96f362 (diff) | |
| download | bootstrap-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/build')
| -rw-r--r-- | docs/build/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
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 = {} |
