aboutsummaryrefslogtreecommitdiffstats
path: root/Tupfile
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2018-10-19 14:12:16 +0000
committers-ol <s-ol@users.noreply.github.com>2018-10-19 14:12:16 +0000
commit87c165036718abc9b94ca69ea7144c356dd45e3b (patch)
treea5c7b7b9519045b007e9758c4facecb343c9b710 /Tupfile
parentsmall cleaning (diff)
downloadmmm-87c165036718abc9b94ca69ea7144c356dd45e3b.tar.gz
mmm-87c165036718abc9b94ca69ea7144c356dd45e3b.zip
build fixes
Diffstat (limited to 'Tupfile')
-rw-r--r--Tupfile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Tupfile b/Tupfile
index 6ad6817..a7cc035 100644
--- a/Tupfile
+++ b/Tupfile
@@ -1,8 +1,6 @@
.gitignore
!download = |> ^ DOWNLOAD %O^ curl -L https://github.com/fengari-lua/fengari-web/releases/download/@(FENGARI_VERSION)/`basename %o` > %o |>
-# !render = |> ^ HTML %b^ moon render.moon > %o %B |>
-!render = |> ^ HTML %b^ moon render.moon > %o %B |> dist/%B.html
!moonc = |> ^ MOON %b^ moonc -o %o %f |> dist/%f.lua
!sassc = |> ^ SCSS %b^ sassc -mauto %f %o |> | %o.map
@@ -26,6 +24,5 @@ PAGES += app/tags
# render stylesheet
: scss/main.scss |> !sassc |> dist/main.css
-# # render static content
-: foreach $(PAGES) |> !render |>
-# run moon find.moon
+# render static content
+run moon tup.moon