This website works better with JavaScript.
Home
Explore
Help
Sign In
m455
/
wg
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added (init) before building to check for required directories and files
main
Jesse Laprade
2 months ago
parent
084ea6faf1
commit
ed4aab2257
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
wg.fnl
+ 1
- 0
wg.fnl
View File
@ -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...")
Write
Preview
Loading…
Cancel
Save