install gems locally
authorFrançois Michonneau <francois.michonneau@gmail.com>
Wed, 11 Dec 2019 19:59:47 +0000 (14:59 -0500)
committerFrançois Michonneau <francois.michonneau@gmail.com>
Fri, 13 Dec 2019 17:21:57 +0000 (12:21 -0500)
.gitignore
Makefile
bin/boilerplate/_config.yml

index 27767458d0bd2cf31d45927283474523dd522935..2f3299efe9ad8d90bf9b3dc89f8d08753e4b3d15 100644 (file)
@@ -9,4 +9,5 @@ _site
 .Rproj.user
 .Rhistory
 .RData
 .Rproj.user
 .Rhistory
 .RData
+.vendor/
 Gemfile.lock
\ No newline at end of file
 Gemfile.lock
\ No newline at end of file
index 5c9eba08ee49bcaec7b91c172f733136f973dad1..124e397b49988c93baafbcd747d072b2681ce2f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@
 # Settings
 MAKEFILES=Makefile $(wildcard *.mk)
 JEKYLL_VERSION=3.8.5
 # Settings
 MAKEFILES=Makefile $(wildcard *.mk)
 JEKYLL_VERSION=3.8.5
-JEKYLL=bundle update && bundle exec jekyll
 JEKYLL_DOCKER=${JEKYLL} serve --host 0.0.0.0
 JEKYLL_DOCKER=${JEKYLL} serve --host 0.0.0.0
+JEKYLL=bundle install --path .vendor/bundle && bundle update && bundle exec jekyll
 PARSER=bin/markdown_ast.rb
 DST=_site
 
 PARSER=bin/markdown_ast.rb
 DST=_site
 
index fb6359c6e504207acb3333b477bf434ebaf80cd8..a1b32fe469d69a52feda6eb746934ed924989635 100644 (file)
@@ -91,6 +91,7 @@ exclude:
   - Makefile
   - bin/
   - .Rproj.user/
   - Makefile
   - bin/
   - .Rproj.user/
+  - .vendor/
 
 # Turn on built-in syntax highlighting.
 highlighter: rouge
 
 # Turn on built-in syntax highlighting.
 highlighter: rouge