From 4ba96a23762387c668f68b1d08d9bb2526ff2975 Mon Sep 17 00:00:00 2001 From: tomByrer Date: Wed, 27 Nov 2013 07:32:52 -0700 Subject: [PATCH 1/3] referenced .min.css file for CDN put on dev branch per #2485 --- src/get-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/get-started.html b/src/get-started.html index 15f02e8cd..d2b0658f0 100644 --- a/src/get-started.html +++ b/src/get-started.html @@ -27,7 +27,7 @@ relative_path: ../
  • Paste the following code into the <head> section of your site's HTML. {% highlight html %} - + {% endhighlight %}

    Immediately after release, it takes a bit of time for BootstrapCDN to catch up and get the newest version live on their CDN.

  • From 9a269bf55d86cec8b37d6be39aba9353b7b3f168 Mon Sep 17 00:00:00 2001 From: tomByrer Date: Wed, 27 Nov 2013 08:14:17 -0700 Subject: [PATCH 2/3] ensure PR on the dev branch prevents re-submittals --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 874d76c7e..af1a6f74d 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,7 @@ Build the project and documentation: Or serve it on a local server on http://localhost:7998/Font-Awesome/: $ bundle exec jekyll serve + +### Submitting Pull Requests + +Pull requests are welcome, but please ensure you are on the next development [version](#versioning), which is the branch labeled #.#.#-wip. From 68b4c0352d12839e15f64e94edeb9ce77f478740 Mon Sep 17 00:00:00 2001 From: tomByrer Date: Wed, 27 Nov 2013 09:36:48 -0700 Subject: [PATCH 3/3] hand-deleted changes [Better update](https://github.com/FortAwesome/Font-Awesome/commit/c67253b626fbdea09357721aa2a21bb7f956d6db) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index af1a6f74d..874d76c7e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,3 @@ Build the project and documentation: Or serve it on a local server on http://localhost:7998/Font-Awesome/: $ bundle exec jekyll serve - -### Submitting Pull Requests - -Pull requests are welcome, but please ensure you are on the next development [version](#versioning), which is the branch labeled #.#.#-wip.