From d64d1f2b637183faa9d8302b73dce5006881bb88 Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 28 Mar 2019 11:52:10 +0100 Subject: add dockerfile --- Tupfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tupfile') diff --git a/Tupfile b/Tupfile index c955a33..5c17a0e 100644 --- a/Tupfile +++ b/Tupfile @@ -1,7 +1,7 @@ include_rules !download = |> ^ DOWNLOAD %O^ curl -L https://github.com/fengari-lua/fengari-web/releases/download/@(FENGARI_VERSION)/`basename %o` > %o |> -!sassc = |> ^ SCSS %b^ sassc -mauto %f %o |> | %o.map +!sassc = |> ^ SCSS %b^ sassc -m %f %o |> | %o.map # download fengari dependencies : |> !download |> root/fengari-web.js -- cgit v1.2.3