diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-22 11:07:24 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-22 11:07:24 +0000 |
| commit | e98c5becba67d642b5fd5c6e4a206d79749e8953 (patch) | |
| tree | 34965a21413107e089a77da8886dd85022c9e651 /root | |
| parent | move glitch cube, torus4d to experiments (diff) | |
| download | mmm-e98c5becba67d642b5fd5c6e4a206d79749e8953.tar.gz mmm-e98c5becba67d642b5fd5c6e4a206d79749e8953.zip | |
bundle binary files as URLs
Diffstat (limited to 'root')
| -rw-r--r-- | root/Tupdefault.lua | 14 | ||||
| -rw-r--r-- | root/articles/mmmfs/gallery/actual_image/image$png.png | bin | 0 -> 678429 bytes | |||
| -rw-r--r-- | root/articles/mmmfs/gallery/actual_image/preview: image$png.png | bin | 0 -> 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-x | root/games/vision_training_kit/icon: image$png.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..b499413 --- /dev/null +++ b/root/articles/mmmfs/gallery/actual_image/image$png.png diff --git a/root/articles/mmmfs/gallery/actual_image/preview: image$png.png b/root/articles/mmmfs/gallery/actual_image/preview: image$png.png Binary files differnew file mode 100644 index 0000000..f9dbfad --- /dev/null +++ b/root/articles/mmmfs/gallery/actual_image/preview: image$png.png 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 Binary files differnew file mode 100755 index 0000000..ef73861 --- /dev/null +++ b/root/games/vision_training_kit/icon: image$png.png |
