summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a72a148..db7db81 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ compress_br: build_only
23 @echo -e "\033[0;32m[COMPRESS]\033[0m Brotli" 23 @echo -e "\033[0;32m[COMPRESS]\033[0m Brotli"
24 @brotli -k -- `find output -type f -iregex '.*\\.\\(css\\|js\\|json\\|html\\|xml\\|txt\\|svg\\|ico\\|woff\\)'` 24 @brotli -k -- `find output -type f -iregex '.*\\.\\(css\\|js\\|json\\|html\\|xml\\|txt\\|svg\\|ico\\|woff\\)'`
25 25
26build: export LIVE=false
26build: compress_gz compress_br 27build: compress_gz compress_br
27 28
28watch_sass: build_only 29watch_sass: build_only
@@ -40,6 +41,7 @@ watch_metadata: build_only
40watch_filters: build_only 41watch_filters: build_only
41 @scripts/watch_filters.sh 42 @scripts/watch_filters.sh
42 43
44watch: export LIVE=true
43watch: watch_sass watch_content watch_templates watch_metadata watch_filters 45watch: watch_sass watch_content watch_templates watch_metadata watch_filters
44 46
45serve_only: build_only 47serve_only: build_only