diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-10-18 08:07:33 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-10-18 08:08:54 +0000 |
| commit | e38d6d5c8e098cff0c4eb941693edb5844d51411 (patch) | |
| tree | a4dd56bba857eff94ede46961d74703f1076a6a3 /server.moon | |
| parent | animate CoM (diff) | |
| parent | fix realities (diff) | |
| download | mmm-e38d6d5c8e098cff0c4eb941693edb5844d51411.tar.gz mmm-e38d6d5c8e098cff0c4eb941693edb5844d51411.zip | |
Merge branch 'duct_tape'
Diffstat (limited to 'server.moon')
| -rw-r--r-- | server.moon | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server.moon b/server.moon index 5a79039..fb33806 100644 --- a/server.moon +++ b/server.moon @@ -14,6 +14,9 @@ flush = -> with x = buffer buffer = '' +import insert_loader from require 'duct_tape' +insert_loader! + error "please specify the module to build as an argumnet" unless arg[1] require "app.#{arg[1]}" @@ -21,6 +24,7 @@ require "app.#{arg[1]}" print "<!DOCTYPE html> <html> <head> + <script src=\"fengari-web.js\"></script> <title>MMM: lunar low-gravity scripting playground</title> </head> <body> |
