wagtail/docs/autobuild.sh

5 wiersze
195 B
Bash
Czysty Zwykły widok Historia

2014-03-11 17:33:16 +00:00
#!/bin/sh
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..."'