From fcc289c879832f73368f5ee352f0a8f977868c6c Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 31 Dec 2017 21:54:00 +0000 Subject: [PATCH] Show more information at build time --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8c3b8a..d8ca6d5 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ build: install cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts cp -r $(BASEDIR)/node_modules/lightgallery/dist/fonts $(STATIC_BUILD) cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img - @hugo -vDEF + @hugo -vDEF --stepAnalysis cp static/keybase.txt public/keybase.txt server: build