aboutsummaryrefslogtreecommitdiffstats
path: root/root
diff options
context:
space:
mode:
Diffstat (limited to 'root')
-rw-r--r--root/Tupdefault.lua14
-rw-r--r--root/articles/mmmfs/gallery/actual_image/image$png.pngbin0 -> 678429 bytes
-rw-r--r--root/articles/mmmfs/gallery/actual_image/preview: image$png.pngbin0 -> 31880 bytes
-rw-r--r--root/games/vision_training_kit/description: text$plain (renamed from root/games/vision-training-kit/description: text$plain)0
-rwxr-xr-xroot/games/vision_training_kit/icon: image$png.pngbin0 -> 16412 bytes
5 files changed, 4 insertions, 10 deletions
diff --git a/root/Tupdefault.lua b/root/Tupdefault.lua
index 5cd45a9..039edf0 100644
--- a/root/Tupdefault.lua
+++ b/root/Tupdefault.lua
@@ -1,12 +1,6 @@
-LUA_PATH = {}
-LUA_PATH += root .. '/?.lua'
-LUA_PATH += root .. '/?.server.lua'
-LUA_PATH += root .. '/?/init.lua'
-LUA_PATH += root .. '/?/init.server.lua'
-LUA_PATH = 'LUA_PATH="' .. table.concat(LUA_PATH, ';') .. '"'
-
-bundle = LUA_PATH .. ' moon ' .. root .. '/bundle_fileder.moon'
-render = LUA_PATH .. ' moon ' .. root .. '/render.moon'
+local LUA_PATH = lua_path()
+bundle = LUA_PATH .. ' moon ' .. build .. '/bundle_fileder.moon'
+render = LUA_PATH .. ' moon ' .. build .. '/render_fileder.moon'
-- @TODO: whish there was a better glob for this?
facets = tup.glob '*$*'
@@ -20,7 +14,7 @@ facets += root .. '/<modules>'
tup.rule(
facets,
- '^ BNDL %d^ ' .. bundle .. ' %d ' .. inputs .. ' -- %<children>',
+ '^ BNDL %d^ ' .. bundle .. ' ' .. root .. ' %d ' .. inputs .. ' -- %<children>',
{ '$bundle.lua', '../<children>' }
)
diff --git a/root/articles/mmmfs/gallery/actual_image/image$png.png b/root/articles/mmmfs/gallery/actual_image/image$png.png
new file mode 100644
index 0000000..b499413
--- /dev/null
+++ b/root/articles/mmmfs/gallery/actual_image/image$png.png
Binary files differ
diff --git a/root/articles/mmmfs/gallery/actual_image/preview: image$png.png b/root/articles/mmmfs/gallery/actual_image/preview: image$png.png
new file mode 100644
index 0000000..f9dbfad
--- /dev/null
+++ b/root/articles/mmmfs/gallery/actual_image/preview: image$png.png
Binary files differ
diff --git a/root/games/vision-training-kit/description: text$plain b/root/games/vision_training_kit/description: text$plain
index 0511e77..0511e77 100644
--- a/root/games/vision-training-kit/description: text$plain
+++ b/root/games/vision_training_kit/description: text$plain
diff --git a/root/games/vision_training_kit/icon: image$png.png b/root/games/vision_training_kit/icon: image$png.png
new file mode 100755
index 0000000..ef73861
--- /dev/null
+++ b/root/games/vision_training_kit/icon: image$png.png
Binary files differ