diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-19 04:12:19 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-19 04:12:19 +0000 |
| commit | 727f04aac784382e7ecb18b817830d145355b735 (patch) | |
| tree | bede6333759084b40820dc2c4e364f69d84e48cb /client.moon | |
| parent | fix all pages (diff) | |
| download | mmm-727f04aac784382e7ecb18b817830d145355b735.tar.gz mmm-727f04aac784382e7ecb18b817830d145355b735.zip | |
switch to self-rendering lua code
Diffstat (limited to 'client.moon')
| -rw-r--r-- | client.moon | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/client.moon b/client.moon index dd2ee12..884d96b 100644 --- a/client.moon +++ b/client.moon @@ -8,10 +8,9 @@ MODE = 'CLIENT' print = window.console\log warn = window.console\warn -print 'path is' +-- package.path = './?.shared.lua;./?.client.lua;' .. package.path print package.path - -package.path = './?.shared.lua;./?.client.lua;' .. package.path +package.path = './?.shared.moon.lua;./?.client.moon.lua;./?.moon.lua;./?/init.moon.lua;./?.lua;./?/init.lua' -- relative imports relative = (...) -> |
