diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -31,7 +31,10 @@ watch_sass: build | |||
| 31 | watch_content: build | 31 | watch_content: build |
| 32 | @scripts/watch_content.sh | 32 | @scripts/watch_content.sh |
| 33 | 33 | ||
| 34 | watch: watch_sass watch_content | 34 | watch_templates: build |
| 35 | @scripts/watch_templates.sh | ||
| 36 | |||
| 37 | watch: watch_sass watch_content watch_templates | ||
| 35 | 38 | ||
| 36 | serve_only: build | 39 | serve_only: build |
| 37 | @python -m http.server --bind 127.0.0.1 --directory output | 40 | @python -m http.server --bind 127.0.0.1 --directory output |
