From ed4aab225774c4fd69cfbbcc1d0f08ee4cf0653a Mon Sep 17 00:00:00 2001 From: Jesse Laprade Date: Mon, 9 Nov 2020 22:39:08 -0500 Subject: [PATCH] Added (init) before building to check for required directories and files --- wg.fnl | 1 + 1 file changed, 1 insertion(+) diff --git a/wg.fnl b/wg.fnl index 80ca93c..54c1534 100644 --- a/wg.fnl +++ b/wg.fnl @@ -219,6 +219,7 @@ (build/convert source)))))) (fn build [] + (init) ;; Copy paths (if (= (# (directory-contents :copy)) 0) (print "No directories or files found in the 'copy/' directory. Skipping...")