diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-03-28 10:52:10 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-03-28 11:43:10 +0000 |
| commit | d64d1f2b637183faa9d8302b73dce5006881bb88 (patch) | |
| tree | a7e8519e13b9d2587ad55978cd906da9dd4c9d21 /Tupfile | |
| parent | finish self-hosted (diff) | |
| download | mmm-d64d1f2b637183faa9d8302b73dce5006881bb88.tar.gz mmm-d64d1f2b637183faa9d8302b73dce5006881bb88.zip | |
add dockerfile
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 -mauto %f %o |> | %o.map +!sassc = |> ^ SCSS %b^ sassc -m %f %o |> | %o.map # download fengari dependencies : |> !download |> root/fengari-web.js |
