summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2020-12-23 09:10:31 +0100
committerVolpeon <git@volpeon.ink>2020-12-23 09:10:31 +0100
commit3b15d49467a4ea81c3adf101b806d7236ba395bb (patch)
tree66e1e924d535b9790730f76f3bdc148b5b774947 /Makefile
parentInlined simple scripts in the makefile (diff)
downloadvolpeon.ink-3b15d49467a4ea81c3adf101b806d7236ba395bb.tar.gz
volpeon.ink-3b15d49467a4ea81c3adf101b806d7236ba395bb.tar.bz2
volpeon.ink-3b15d49467a4ea81c3adf101b806d7236ba395bb.zip
Better build script, allow static files in content folder
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