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
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 2 additions and 2 deletions

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