mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-20 12:51:58 +02:00
jekyll update
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -11,3 +11,4 @@ github
|
||||
src/_icons/test.svg
|
||||
src/test.svg
|
||||
src/test*.svg
|
||||
.jekyll-metadata
|
||||
|
2
Gemfile
2
Gemfile
@@ -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"
|
||||
|
@@ -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"
|
||||
},
|
||||
|
Reference in New Issue
Block a user