From 3b15d49467a4ea81c3adf101b806d7236ba395bb Mon Sep 17 00:00:00 2001 From: Volpeon Date: Wed, 23 Dec 2020 09:10:31 +0100 Subject: Better build script, allow static files in content folder --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4f45201..03ef22a 100644 --- a/Makefile +++ b/Makefile @@ -22,10 +22,7 @@ build_sass: clean build_content: clean @scripts/build_content.sh -copy_static: clean - @cp -r static/* output/ - -build: build_fonts build_sass build_content copy_static +build: build_fonts build_sass build_content # @pigz -R -k -9 -- `find output -type f -iregex '.*\\.\\(css\\|js\\|json\\|html\\|xml\\|txt\\|svg\\|ico\\)'` watch_sass: build -- cgit v1.2.3-54-g00ecf