Skip to content

Commit facf1a6

Browse files
committed
chore: add jekyll-vite gem
1 parent 2aa5437 commit facf1a6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ gem "webrick"
1313
# Happy Jekylling!
1414
gem "jekyll", "~> 4.2.0"
1515

16+
# Use Vite.js to HMR assets during development and bundle them in production.
17+
gem 'jekyll-vite'
18+
1619
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1720
gem "minima", github: 'jekyll/minima', ref: '7a326eb6df07ee6ee5305cfc1b28f7092037e67d'
1821

Gemfile.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ GEM
1515
public_suffix (>= 2.0.2, < 5.0)
1616
colorator (1.1.0)
1717
concurrent-ruby (1.1.9)
18+
dry-cli (0.7.0)
1819
em-websocket (0.5.2)
1920
eventmachine (>= 0.12.9)
2021
http_parser.rb (~> 0.6.0)
@@ -45,6 +46,9 @@ GEM
4546
sassc (> 2.0.1, < 3.0)
4647
jekyll-seo-tag (2.7.1)
4748
jekyll (>= 3.8, < 5.0)
49+
jekyll-vite (3.0.1)
50+
jekyll (>= 3, < 5)
51+
vite_ruby (~> 3.0)
4852
jekyll-watch (2.2.1)
4953
listen (~> 3.0)
5054
kramdown (2.3.1)
@@ -59,6 +63,9 @@ GEM
5963
pathutil (0.16.2)
6064
forwardable-extended (~> 2.6)
6165
public_suffix (4.0.6)
66+
rack (2.2.3)
67+
rack-proxy (0.7.0)
68+
rack
6269
rb-fsevent (0.11.0)
6370
rb-inotify (0.10.1)
6471
ffi (~> 1.0)
@@ -70,14 +77,20 @@ GEM
7077
terminal-table (2.0.0)
7178
unicode-display_width (~> 1.1, >= 1.1.1)
7279
unicode-display_width (1.8.0)
80+
vite_ruby (3.0.2)
81+
dry-cli (~> 0.7.0)
82+
rack-proxy (~> 0.6, >= 0.6.1)
83+
zeitwerk (~> 2.2)
7384
webrick (1.7.0)
85+
zeitwerk (2.5.1)
7486

7587
PLATFORMS
7688
x86_64-darwin-19
7789

7890
DEPENDENCIES
7991
jekyll (~> 4.2.0)
8092
jekyll-feed (~> 0.12)
93+
jekyll-vite
8194
minima!
8295
tzinfo (~> 1.2)
8396
tzinfo-data

0 commit comments

Comments
 (0)