diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | package.json | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -11,3 +11,4 @@ github src/_icons/test.svg src/test.svg src/test*.svg +.jekyll-metadata @@ -2,4 +2,4 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } -gem "jekyll", "~> 4.0" +gem "jekyll", "~> 4.1.1" diff --git a/package.json b/package.json index 9fd2cec2..dbcc0013 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ ], "homepage": "https://github.com/tabler/tabler-icons#readme", "scripts": { - "start": "bundle exec jekyll serve --watch --livereload", + "start": "bundle exec jekyll serve --watch --livereload --trace", "optimize": "gulp optimize", "release": "release-it" }, |