aboutsummaryrefslogtreecommitdiffstats
path: root/test.moon
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-11-09 13:14:56 +0000
committers-ol <s-ol@users.noreply.github.com>2018-11-09 13:14:56 +0000
commitfa977b6a5d6f6063479a97917810ef393c312e76 (patch)
treeb21984147c34293fe91e76eef13bfd969b3a7368 /test.moon
parentadd $order mechanism (diff)
parentadd deploy script (diff)
downloadmmm-fa977b6a5d6f6063479a97917810ef393c312e76.tar.gz
mmm-fa977b6a5d6f6063479a97917810ef393c312e76.zip
Merge branch 'new-tup'
Diffstat (limited to 'test.moon')
-rw-r--r--test.moon16
1 files changed, 0 insertions, 16 deletions
diff --git a/test.moon b/test.moon
deleted file mode 100644
index 7d18982..0000000
--- a/test.moon
+++ /dev/null
@@ -1,16 +0,0 @@
-package.moonpath = './?.server.moon;./?/init.server.moon;' .. package.moonpath
-require 'mmm.init'
-import render from require 'mmm.mmmfs'
-import load_fileder from require 'mmm.mmmfs.fs'
-
--- usage:
--- moon render.moon <output> <fileder_path>
-{ output_name, path } = arg
-
-assert output_name, "please specify the output filename as an argument"
-assert path, "please specify the path name to build as an argument"
-
-root = load_fileder 'root' .. path
-root\mount path
-
-print root