From 48ac7f192deb1ca6a4a63b141680985103a6c5f5 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Thu, 5 Apr 2018 20:24:40 +0200 Subject: [PATCH] Fix "make webapp" target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a01c4ba..8de251e 100644 --- a/Makefile +++ b/Makefile @@ -16,5 +16,5 @@ webapp/node_modules: # Build webapp webapp: webapp/node_modules cd webapp && npx webpack --config webpack.config.js - rm -rf ./docs - cp -r webapp/dist ./docs + rm -rf ./docs/* + cp -r webapp/dist/* ./docs/