From 55a26906c26d8da2ce526499921da8e802068630 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Sat, 21 Mar 2020 06:10:58 -0700 Subject: [PATCH] dist folder fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ccc7be2d..387f69b4 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ yarn: cd frontend && yarn # compile assets using SASS and Rice. compiles scss -> css, and run rice embed-go -compile: generate frontend-build +compile: frontend-build rm -f source/rice-box.go cd source && rice embed-go