Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
c4847c8f
Commit
c4847c8f
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge branch 'master' of github.com:twbs/bootstrap
parents
eb74a8cb
1764c6e5
4 merge requests
!28721
Hot test
,
!16605
Test pull please ignore
,
!22103
test
,
!25326
Adjust examples
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.travis.yml
+1
-1
.travis.yml
README.md
+1
-1
README.md
with
2 additions
and
2 deletions
+2
-2
.travis.yml
+
1
-
1
View file @
c4847c8f
...
@@ -20,7 +20,7 @@ after_script:
...
@@ -20,7 +20,7 @@ after_script:
-
if [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py upload rubygems; fi
-
if [ "$TWBS_TEST" = validate-html ] && [ $TWBS_DO_VALIDATOR -ne 0 ]; then ./test-infra/s3_cache.py upload rubygems; fi
env
:
env
:
global
:
global
:
-
JEKYLL_VERSION
:
2.
4.0
-
JEKYLL_VERSION
:
2.
5.1
-
ROUGE_VERSION
:
1.7.2
-
ROUGE_VERSION
:
1.7.2
-
SAUCE_USERNAME
:
bootstrap
-
SAUCE_USERNAME
:
bootstrap
-
secure
:
"
pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="
-
secure
:
"
pJkBwnuae9dKU5tEcCqccfS1QQw7/meEcfz63fM7ba7QJNjoA6BaXj08L5Z3Vb5vBmVPwBawxo5Hp0jC0r/Z/O0hGnAmz/Cz09L+cy7dSAZ9x4hvZePSja/UAusaB5ogMoO8l2b773MzgQeSmrLbExr9BWLeqEfjC2hFgdgHLaQ="
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
-
1
View file @
c4847c8f
...
@@ -67,7 +67,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
...
@@ -67,7 +67,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
### Running documentation locally
### Running documentation locally
1.
If necessary,
[
install Jekyll
](
http://jekyllrb.com/docs/installation
)
(
requires
v2.
4
.x).
1.
If necessary,
[
install Jekyll
](
http://jekyllrb.com/docs/installation
)
(
requires
v2.
5
.x).
-
**Windows users:**
Read
[
this unofficial guide
](
http://jekyll-windows.juthilo.com/
)
to get Jekyll up and running without problems.
-
**Windows users:**
Read
[
this unofficial guide
](
http://jekyll-windows.juthilo.com/
)
to get Jekyll up and running without problems.
2.
Install the Ruby-based syntax highlighter,
[
Rouge
](
https://github.com/jneen/rouge
)
, with
`gem install rouge`
.
2.
Install the Ruby-based syntax highlighter,
[
Rouge
](
https://github.com/jneen/rouge
)
, with
`gem install rouge`
.
3.
From the root
`/bootstrap`
directory, run
`jekyll serve`
in the command line.
3.
From the root
`/bootstrap`
directory, run
`jekyll serve`
in the command line.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets