Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions dev
Original file line numberDiff line numberDiff line change
Expand Up@@ -12,5 +12,10 @@ export SITE_HOST=http://javascript.local
export TUTORIAL_EDIT=
export NODE_PRESERVE_SYMLINKS=1

# Use a local bunyan if no other is found in the current environment
if ! [ -x "$(command -v bunyan)" ]; then
export PATH="$PATH:./node_modules/bunyan/bin"
fi

npm --silent run gulp dev | bunyan -o short -l debug