Output the local URL of the test site

pull/147/head
Tim Byrne 7 years ago
parent c581839b38
commit 3625255cbb
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -1,5 +1,6 @@
start: start:
bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 & bundle exec jekyll serve --config _config.yml,_config.dev.yml --watch >/dev/null 2>&1 &
@echo Test site should be available at http://127.0.0.1:4000/yadm/
stop: stop:
pkill -f jekyll pkill -f jekyll

Loading…
Cancel
Save