Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
91e9f6fa
Commit
91e9f6fa
authored
Jan 27, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '2.0-wip' of github.com:twitter/bootstrap into 2.0-wip
Conflicts: docs/assets/css/bootstrap.css
parents
22359f9d
065ed01b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+1
-1
docs/build/index.js
docs/build/index.js
+2
-0
No files found.
docs/assets/css/bootstrap.css
View file @
91e9f6fa
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
* http://www.apache.org/licenses/LICENSE-2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* 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
,
article
,
aside
,
aside
,
...
...
docs/build/index.js
View file @
91e9f6fa
...
@@ -14,6 +14,8 @@ pages = fs.readdirSync(__dirname + '/../templates/pages')
...
@@ -14,6 +14,8 @@ pages = fs.readdirSync(__dirname + '/../templates/pages')
// iterate over pages
// iterate over pages
pages
.
forEach
(
function
(
name
)
{
pages
.
forEach
(
function
(
name
)
{
if
(
!
name
.
match
(
/
\.
mustache$/
))
return
var
page
=
fs
.
readFileSync
(
__dirname
+
'
/../templates/pages/
'
+
name
,
'
utf-8
'
)
var
page
=
fs
.
readFileSync
(
__dirname
+
'
/../templates/pages/
'
+
name
,
'
utf-8
'
)
,
context
=
{}
,
context
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment