mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 22:41:20 +02:00
update
This commit is contained in:
@@ -18,18 +18,18 @@
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:title" content="Build tools">
|
||||
<meta name="twitter:description" content="Learn how to use Bootstrap's included npm scripts to build our documentation, compile source code, run tests, and more.">
|
||||
<meta name="twitter:image" content="http://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
<meta name="twitter:image" content="https://getbootstrap.com/assets/brand/bootstrap-social-logo.png">
|
||||
|
||||
|
||||
<!-- Facebook -->
|
||||
|
||||
<meta property="og:url" content="http://getbootstrap.com/docs/4.0/getting-started/build-tools/">
|
||||
<meta property="og:url" content="https://getbootstrap.com/docs/4.0/getting-started/build-tools/">
|
||||
<meta property="og:title" content="Build tools">
|
||||
<meta property="og:description" content="Learn how to use Bootstrap's included npm scripts to build our documentation, compile source code, run tests, and more.">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
<meta property="og:image" content="http://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="http://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:secure_url" content="https://getbootstrap.com/assets/brand/bootstrap-social.png">
|
||||
<meta property="og:image:type" content="image/png">
|
||||
<meta property="og:image:width" content="1200">
|
||||
<meta property="og:image:height" content="630">
|
||||
@@ -41,7 +41,7 @@
|
||||
|
||||
<!-- Bootstrap core CSS -->
|
||||
|
||||
<link href="/dist/css/bootstrap.css" rel="stylesheet">
|
||||
<link href="/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Documentation extras -->
|
||||
@@ -1093,7 +1093,7 @@
|
||||
<ol>
|
||||
<li>Run through the <a href="#tooling-setup">tooling setup</a> above to install Jekyll (the site builder) and other Ruby dependencies with <code class="highlighter-rouge">bundle install</code>.</li>
|
||||
<li>From the root <code class="highlighter-rouge">/bootstrap</code> directory, run <code class="highlighter-rouge">npm run docs-serve</code> in the command line.</li>
|
||||
<li>Open <a href="http://getbootstrap.com">http://getbootstrap.com</a> in your browser, and voilà.</li>
|
||||
<li>Open <a href="http://localhost:9001">http://localhost:9001</a> in your browser, and voilà.</li>
|
||||
</ol>
|
||||
|
||||
<p>Learn more about using Jekyll by reading its <a href="https://jekyllrb.com/docs/home/">documentation</a>.</p>
|
||||
@@ -1113,14 +1113,11 @@
|
||||
<script src="/assets/js/vendor/popper.min.js"></script>
|
||||
|
||||
|
||||
<script src="/dist/js/bootstrap.js"></script>
|
||||
<script src="/dist/js/bootstrap.min.js"></script>
|
||||
|
||||
|
||||
|
||||
<script src="/assets/js/vendor/anchor.min.js"></script>
|
||||
<script src="/assets/js/vendor/clipboard.min.js"></script>
|
||||
<script src="/assets/js/vendor/holder.min.js"></script>
|
||||
<script src="/assets/js/src/application.js"></script>
|
||||
<script src="/assets/js/docs.min.js"></script>
|
||||
|
||||
|
||||
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
||||
|
Reference in New Issue
Block a user