From 5fdb4f9817ff29cad0c265e382d654f9cfae8eec Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 4 Jul 2017 09:42:56 +0100 Subject: [PATCH] Use cache to stop ratelimit from github --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f701dbc..b857b77 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build: install $(NODE_BIN)/node-sass $(STATIC_SRC)/scss/style.scss $(STATIC_BUILD)/css/style.css --source-map-embed cp -r $(BASEDIR)/node_modules/font-awesome/fonts $(STATIC_BUILD)/fonts cp -r $(STATIC_SRC)/img $(STATIC_BUILD)/img - @hugo -vDEF --ignoreCache + @hugo -vDEF server: build hugo server