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
1ad3e1e8
Commit
1ad3e1e8
authored
Jul 26, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '3.0.0-wip' of
https://github.com/jojohess/bootstrap
into jojohess-3.0.0-wip
parents
ded4ebfa
cd23ae00
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
1ad3e1e8
...
...
@@ -31,7 +31,7 @@ Bootstrap's documentation, included in this repo in the root directory, is built
### Running documentation locally
1.
If necessary,
[
install Jekyll
](
http://jekyllrb.com/docs/installation
)
(
requires
v1.x).
2.
From the
`/bootstrap`
directory, run
`jekyll serve`
in the command line.
2.
From the
`/bootstrap`
directory, run
`jekyll serve`
in the command line.
(on Windows, run
`chcp 65001`
before
`jekyll serve`
)
3.
Open
[
http://localhost:9001
](
http://localhost:9001
)
in your browser, and voilà.
Learn more about using Jekyll by reading their
[
documentation
](
http://jekyllrb.com/docs/home/
)
.
...
...
@@ -64,8 +64,8 @@ When completed, you'll be able to run the various grunt commands provided.
#### Build - `grunt`
`grunt`
runs the Recess compiler to rebuild the
`/less`
files and compile the docs.
**Requires recess and uglify-js.**
#### Compile CSS, and JavaScript - `grunt
bootstrap
`
`grunt
bootstrap`
creates the
`/bootstrap
`
directory with compiled files.
**Requires recess and uglify-js.**
#### Compile CSS, and JavaScript - `grunt
dist
`
`grunt
dist`
creates the
`/dist
`
directory with compiled files.
**Requires recess and uglify-js.**
#### Tests - `grunt test`
Runs jshint and qunit tests headlessly in
[
phantomjs
](
http://code.google.com/p/phantomjs/
)
(
used
for ci).
**Requires phantomjs.**
...
...
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