diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-08 12:46:16 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-08 12:46:16 +0000 |
| commit | 7f261ca5fe336d3d3a0ab9147fd7a5feecdaf36c (patch) | |
| tree | 38ef477665eba7cd27c17de2c8244ca6ce158c6c /Tupfile | |
| parent | fix conversion pattern escapes (diff) | |
| download | mmm-7f261ca5fe336d3d3a0ab9147fd7a5feecdaf36c.tar.gz mmm-7f261ca5fe336d3d3a0ab9147fd7a5feecdaf36c.zip | |
change static path to work with static content
Diffstat (limited to 'Tupfile')
| -rw-r--r-- | Tupfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,4 +14,4 @@ include_rules : mmm/.bundle.lua | <modules> |> ^ 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 |
