git.s-ol.nu mmm / 9ab2f0f Tupfile
9ab2f0f

Tree @9ab2f0f (Download .tar.gz)

Tupfile @9ab2f0fraw · history · blame

1
2
3
4
5
6
7
8
9
include_rules

!sassc    = |> ^ SCSS %b^ sassc @(SASS_ARGS) %f '%o' |>

# render stylesheet
: scss/main.scss |> !sassc |> root/static/style/text$css.css

# bundle for client loading
: mmm/.bundle.lua | <modules> |> ^ WRAP %d^ moon &(build)/bundle_module.moon '%o' --wrap %f |> root/static/mmm/application$lua.lua