mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-08-16 05:54:53 +02:00
Show stack traces in Jekyll
This commit is contained in:
4
Makefile
4
Makefile
@@ -23,7 +23,7 @@ dev-webpack:
|
||||
|
||||
dev-jekyll:
|
||||
if [ -f _site ]; then \
|
||||
bundle exec jekyll serve --safe --drafts --watch --incremental --port $(PORT); \
|
||||
bundle exec jekyll serve --safe --trace --drafts --watch --incremental --port $(PORT); \
|
||||
else \
|
||||
bundle exec jekyll serve --safe --drafts --watch --port $(PORT); \
|
||||
bundle exec jekyll serve --safe --trace --drafts --watch --port $(PORT); \
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user