From 0679ad31a7808ffb2f716137d8da23ef6a9ae1ec Mon Sep 17 00:00:00 2001 From: mappu Date: Sun, 12 Nov 2017 10:38:47 +1300 Subject: [PATCH] makefile: reinstate copying in remaining file assets --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8861b13..0da03b6 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,8 @@ clean-deps: rm -fr ./node_modules bindata.go: client client/* + mkdir -p clientpack + cp client/favicon.ico client/apple-touch-icon.png clientpack/ npm run webpack cat client/index.htm \ | sed -e '/bundle.js/{i ' -e 'd}' \