aboutsummaryrefslogtreecommitdiff
path: root/www/buildfile
blob: 964851a871e486fc1bb11c4a024ae133ec3e81f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# file      : www/buildfile
# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

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

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

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

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