This repository has been archived by the owner on Jul 7, 2024. It is now read-only.
- Fix issues with tracebacks overflowing
- Add a
RequireAs
task: This allows usingrequire
instead of the standard dependency model.
local files = Files()
:Add "wild:*.lua" -- Use files, wildcards or patterns
:Remove "test" -- Exclude files, some such as .git are removed by default
:Startup "main.lua" -- Defaults to startup
Tasks:RequireAs(files, "build", "build/build.lua")
:Link() -- Link to the files instead, similar to the bootstrap task