mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Use "bundle exec" to wrap jekyll commands.
This commit is contained in:
@@ -142,10 +142,10 @@ function jekyll {
|
||||
${EDITOR} "${FILENAME}"
|
||||
;;
|
||||
dev)
|
||||
command jekyll serve -D -I "$@"
|
||||
command bundle exec jekyll serve -D -I "$@"
|
||||
;;
|
||||
*)
|
||||
command jekyll "$@"
|
||||
command bundle exec jekyll "$@"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user