1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-16 20:28:28 +01:00

jekyll update

This commit is contained in:
codecalm 2020-09-01 16:21:33 +02:00
parent bc391f9a0b
commit 6f3d891563
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ github
src/_icons/test.svg
src/test.svg
src/test*.svg
.jekyll-metadata

View File

@ -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"

View File

@ -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"
},