From 7f261ca5fe336d3d3a0ab9147fd7a5feecdaf36c Mon Sep 17 00:00:00 2001 From: s-ol Date: Tue, 8 Oct 2019 14:46:16 +0200 Subject: change static path to work with static content --- Tupfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tupfile') diff --git a/Tupfile b/Tupfile index 4c8ab29..29388cf 100644 --- a/Tupfile +++ b/Tupfile @@ -14,4 +14,4 @@ include_rules : mmm/.bundle.lua | |> ^ WRAP %d^ moon &(build)/bundle_module.moon %o --wrap %f |> static/mmm.bundle.lua # copy for static builds -: foreach static/* |> cp %f out/ |> out/%b +: foreach static/* |> cp %f out/.static/ |> out/.static/%b -- cgit v1.2.3