blob: 6c2f15f7a8d5bab4c9873ffdbc39b21cf01519ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : www/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
css{*} xhtml{*}: install = data/www/
define scss: file
scss{*}:
{
extension = scss
install = data/www/
}
./: css{*} scss{*} xhtml{*}
|