Skip to content

Commit 0b6797e

Browse files
committed
install gems locally
1 parent a56f2a0 commit 0b6797e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ _site
99
.Rproj.user
1010
.Rhistory
1111
.RData
12+
.vendor/
1213
Gemfile.lock

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# Settings
55
MAKEFILES=Makefile $(wildcard *.mk)
66
JEKYLL_VERSION=3.8.5
7-
JEKYLL=bundle update && bundle exec jekyll
87
JEKYLL_DOCKER=${JEKYLL} serve --host 0.0.0.0
8+
JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
99
PARSER=bin/markdown_ast.rb
1010
DST=_site
1111

bin/boilerplate/_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ exclude:
9191
- Makefile
9292
- bin/
9393
- .Rproj.user/
94+
- .vendor/
9495

9596
# Turn on built-in syntax highlighting.
9697
highlighter: rouge

0 commit comments

Comments
 (0)