mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00

Generate a bundle that includes markdown files (needed for dynamic markdown rendering). In future these will be compiled into static outputs by the bundle command but for now we copy them into the source tree. `bundle.tar.gz` includes one directory which is named after the compiled exe, containing a `server` executable, `public` and `static` directories, and any markdown files. Windows support removed for now - will re-add when we overhaul all of this to no longer do command line invocation of `tar` (we will build tarball/Zip file ourselves).