aboutsummaryrefslogtreecommitdiff
path: root/www/buildfile
blob: e189202486e99608851d2b2dadf8589dd8a2ebb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# file      : www/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

define css: file

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

define scss: file

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

define xhtml: file

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

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