Simplify Gemfile setup
This commit is contained in:
parent
5a184a75e5
commit
7751379acf
|
@ -113,3 +113,6 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
github-pages
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.4
|
7
Makefile
7
Makefile
|
@ -1,12 +1,11 @@
|
|||
PORT ?= 3000
|
||||
bundle := env BUNDLE_GEMFILE=./_/Gemfile bundle
|
||||
|
||||
start: bundle
|
||||
${bundle} exec jekyll serve --safe --drafts --watch --port ${PORT}
|
||||
bundle exec jekyll serve --safe --drafts --watch --port ${PORT}
|
||||
|
||||
build: bundle
|
||||
${bundle} exec jekyll build --safe
|
||||
bundle exec jekyll build --safe
|
||||
|
||||
bundle:
|
||||
ruby -v
|
||||
${bundle}
|
||||
bundle
|
||||
|
|
Loading…
Reference in New Issue