summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4f45201..03ef22a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,7 @@ build_sass: clean
22build_content: clean 22build_content: clean
23 @scripts/build_content.sh 23 @scripts/build_content.sh
24 24
25copy_static: clean 25build: build_fonts build_sass build_content
26 @cp -r static/* output/
27
28build: build_fonts build_sass build_content copy_static
29# @pigz -R -k -9 -- `find output -type f -iregex '.*\\.\\(css\\|js\\|json\\|html\\|xml\\|txt\\|svg\\|ico\\)'` 26# @pigz -R -k -9 -- `find output -type f -iregex '.*\\.\\(css\\|js\\|json\\|html\\|xml\\|txt\\|svg\\|ico\\)'`
30 27
31watch_sass: build 28watch_sass: build