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}' \