directly run moonscript

This commit is contained in:
Sam Dodrill 2015-01-08 18:49:41 -08:00
parent f34dd86b6c
commit ab6cad7863
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
dependencies = {
"moonscript",
"lapis",
"https://raw.github.com/leafo/heroku-openresty/master/heroku-openresty-dev-1.rockspec",
}

View File

@ -16,6 +16,7 @@ http {
location / {
default_type text/html;
content_by_lua '
require("moonscript")
require("lapis").serve("app")
';
}