From 9cba74338c5c3c998a99c300f4eca580de52dae9 Mon Sep 17 00:00:00 2001 From: Roelof Roos Date: Thu, 18 Oct 2018 19:20:33 +0200 Subject: [PATCH] Added views and cache dir --- gumbo-millennium/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gumbo-millennium/Makefile b/gumbo-millennium/Makefile index f183d05..6af038c 100644 --- a/gumbo-millennium/Makefile +++ b/gumbo-millennium/Makefile @@ -45,9 +45,11 @@ gumbo-millennium.zip: # Zip files zip -r \ temp/new.zip \ + cache/ \ dist/ \ src/ \ vendor/ \ + views/ \ LICENSE.md \ README.md