From 282c351376df14f30c9e99c96bd992e30c25cab4 Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Sun, 19 Nov 2017 10:48:03 -0600 Subject: [PATCH 1/3] Delete Gemfile.lock --- Gemfile.lock | 51 --------------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index e9a4e1b..0000000 --- a/Gemfile.lock +++ /dev/null @@ -1,51 +0,0 @@ -GEM - remote: https://rubygems.org/ - specs: - addressable (2.5.2) - public_suffix (>= 2.0.2, < 4.0) - colorator (1.1.0) - ffi (1.9.18) - forwardable-extended (2.6.0) - jekyll (3.6.2) - addressable (~> 2.4) - colorator (~> 1.0) - jekyll-sass-converter (~> 1.0) - jekyll-watch (~> 1.1) - kramdown (~> 1.14) - liquid (~> 4.0) - mercenary (~> 0.3.3) - pathutil (~> 0.9) - rouge (>= 1.7, < 3) - safe_yaml (~> 1.0) - jekyll-sass-converter (1.5.0) - sass (~> 3.4) - jekyll-watch (1.5.0) - listen (~> 3.0, < 3.1) - kramdown (1.15.0) - liquid (4.0.0) - listen (3.0.8) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - mercenary (0.3.6) - pathutil (0.16.0) - forwardable-extended (~> 2.6) - public_suffix (3.0.1) - rb-fsevent (0.10.2) - rb-inotify (0.9.10) - ffi (>= 0.5.0, < 2) - rouge (2.2.1) - safe_yaml (1.0.4) - sass (3.5.3) - sass-listen (~> 4.0.0) - sass-listen (4.0.0) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - -PLATFORMS - ruby - -DEPENDENCIES - jekyll - -BUNDLED WITH - 1.16.0 From 59de6e8553e21f6c0d2b12919540b8116ea512ed Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Sun, 19 Nov 2017 10:54:00 -0600 Subject: [PATCH 2/3] Add Tailwind version for reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe9b044..04e8121 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Tailwind Jekyll Starter Kit -A starter kit for using [Tailwind](https://tailwindcss.com) with [Jekyll](https://jekyllrb.com/) that includes: +A starter kit for using [Tailwind](https://tailwindcss.com) (v0.2.1) with [Jekyll](https://jekyllrb.com/) that includes: * A barebones Jekyll starter theme * A Gulp file with a default task that does the following: From 9b8ab5218643d961a83105f014685469c9e52631 Mon Sep 17 00:00:00 2001 From: Taylor Bryant Date: Sun, 19 Nov 2017 10:56:41 -0600 Subject: [PATCH 3/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index daf2d5e..0367528 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tailwind-jekyll", "version": "1.0.0", "description": "A starter kit for using Tailwind with Jekyll", - "main": "tailwind-config.js", + "main": "tailwind.js", "dependencies": { "tailwindcss": "^0.2.1" },