diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-03-29 09:05:49 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-03-29 09:05:49 +0000 |
| commit | b8a73054c75c88b90d41f8a3a203812c621e9c07 (patch) | |
| tree | e1f027f65e097134004575a66cbb5d1d2fc28a11 /Tupfile | |
| parent | add dockerfile (diff) | |
| download | mmm-b8a73054c75c88b90d41f8a3a203812c621e9c07.tar.gz mmm-b8a73054c75c88b90d41f8a3a203812c621e9c07.zip | |
keep last content and display nice errors when problems occur
Diffstat (limited to 'Tupfile')
| -rw-r--r-- | Tupfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 -m %f %o |> | %o.map +!sassc = |> ^ SCSS %b^ sassc -m auto %f %o |> | %o.map # download fengari dependencies : |> !download |> root/fengari-web.js |
