Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
Remove examples, add automated packing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Jan 27, 2023
1 parent 2a9ba12 commit 6c40144
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10,345 deletions.
3 changes: 3 additions & 0 deletions .maui.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"FormatVersion": 1,

"Output": {
"Directory": "return script.Parent.Parent.Builds[script.Parent.Version.Value]",
"ScriptName": "Maui-Packed",

"MinifyTable": true,
"UseMinifiedLoader": true
}
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ mkdir -p "$build_path"
cp LICENSE.txt "$build_path/LICENSE.txt"
log "Copied LICENSE.txt to $build_path/LICENSE.txt"

# Create base file for 2-way-sync thing
touch "$build_path/Maui-Packed.lua"

# Minifiy the `LoadModule.lua` in the codegen, this is for building prod specifically
log "Minifying \`LoadModule.lua.txt\` codegen src.. (Renames the file for Darklua, then renames back)"
cp -f src/Codegen/LoadModuleCode/LoadModule.lua.txt src/Codegen/LoadModuleCode/LoadModule.lua
Expand Down
32 changes: 0 additions & 32 deletions examples/Baseplate_2023-01-06_14-00-53.lua

This file was deleted.

78 changes: 0 additions & 78 deletions examples/EnvTest_2023-01-06_13-24-49.lua

This file was deleted.

Loading

0 comments on commit 6c40144

Please sign in to comment.