From 644ad34eefcdfa6a3e7d0e1ea2f54c2875362353 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Sat, 12 Apr 2014 10:22:29 -0400 Subject: [PATCH] remove random bootstrap file from docs --- website/source/foo.html.erb | 55 ------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 website/source/foo.html.erb diff --git a/website/source/foo.html.erb b/website/source/foo.html.erb deleted file mode 100644 index 369218493..000000000 --- a/website/source/foo.html.erb +++ /dev/null @@ -1,55 +0,0 @@ -
- -

There are a few easy ways to quickly get started with Bootstrap, each one appealing to a different skill level and use case. Read through to see what suits your particular needs.

- -
-

Compiled CSS, JS, and fonts

-

The fastest way to get Bootstrap is to download the compiled and minified versions of our CSS and JavaScript, along with the included fonts. No documentation or original source files are included.

-

Download Bootstrap

-
- -
-

Additional downloads

-
-

- Download latest source code -

-

Get the original files for all CSS and JavaScript by downloading the latest version directly from GitHub.

-

- Clone or fork via GitHub -

-

Clone the entire project or fork your own version of Bootstrap to make it your own by visiting us on GitHub.

-

- Install with Bower -

-

Install and manage the original files for all CSS and JavaScript, along with a local copy of the docs, using Bower.

-
$ bower install bootstrap
-					
-
-
- -
-

Bootstrap CDN

-

The folks over at NetDNA have graciously provided CDN support for Bootstrap's CSS and JavaScript. To use, swap your local instances for the Bootstrap CDN links listed below.

-
<!-- Latest compiled and minified CSS -->
-			<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
-
-			<!-- Optional theme -->
-			<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
-
-			<!-- Latest compiled and minified JavaScript -->
-			<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
-				
- -
-

LESS compilation

-

If you download the original files, you need to compile Bootstrap's LESS files into usable CSS. To do that, Bootstrap only officially supports Recess, Twitter's CSS hinter built on top of less.js.

-
-
-
- - - -