aboutsummaryrefslogtreecommitdiff
path: root/www/buildfile
blob: 2a66c937c5558922d9fc02f9122ad650d1d3d40e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# file      : www/buildfile
# license   : MIT; see accompanying LICENSE file

css{*} xhtml{*}: install = data/www/

define scss: file

scss{*}:
{
  extension = scss
  install = data/www/
}

./: css{*} scss{*} xhtml{*}