diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -37,7 +37,10 @@ watch_templates: build_only | |||
| 37 | watch_metadata: build_only | 37 | watch_metadata: build_only |
| 38 | @scripts/watch_metadata.sh | 38 | @scripts/watch_metadata.sh |
| 39 | 39 | ||
| 40 | watch: watch_sass watch_content watch_templates watch_metadata | 40 | watch_filters: build_only |
| 41 | @scripts/watch_filters.sh | ||
| 42 | |||
| 43 | watch: watch_sass watch_content watch_templates watch_metadata watch_filters | ||
| 41 | 44 | ||
| 42 | serve_only: build_only | 45 | serve_only: build_only |
| 43 | @python -m http.server --bind 127.0.0.1 --directory output | 46 | @python -m http.server --bind 127.0.0.1 --directory output |
