1
0
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:
Rico Sta. Cruz
2017-10-29 19:51:40 +08:00
parent 1a1af4bde4
commit a0c6f951b6

View File

@@ -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