0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 01:57:32 +01:00
wagtail/docs/autobuild.sh

9 lines
590 B
Bash
Raw Normal View History

2014-03-11 18:33:16 +01:00
#!/bin/sh
# If you want to run this script inside a vm and save changes outside of it
# You should upgrade watchdog library to the latest in https://github.com/gorakhargosh/watchdog
# and add --debug-force-polling argument to shell-command
# watchmedo shell-command --debug-force-polling --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."'
2014-03-11 18:33:16 +01:00
echo "Waiting for you to save the docs..."
watchmedo shell-command --patterns="*.rst" --ignore-pattern='_build/*' --recursive --command='make html; echo "Waiting for more changes..."'