presentations/building-static-websites-sculpin/demo/watch

8 lines
113 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -euo pipefail
export PATH="$PATH:./vendor/bin"
sculpin generate --server --watch "$@"