mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts: docs/assets/css/bootstrap.css
This commit is contained in:
commit
91e9f6fa91
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@ -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,
|
||||
|
2
docs/build/index.js
vendored
2
docs/build/index.js
vendored
@ -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 = {}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user