aboutsummaryrefslogtreecommitdiff
path: root/www/buildfile
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-08-26 13:41:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-08-26 15:53:15 +0300
commitcd431f3f8bca937d4d0ff5b165e556d719329085 (patch)
tree3decb5d2e9113498d31e5b683a07e2a6408f2c41 /www/buildfile
parent5a6cad9799be32889c85ebd71c70a03fe4a2a861 (diff)
Move definitions of commonly used target types to root.build
Diffstat (limited to 'www/buildfile')
-rw-r--r--www/buildfile16
1 files changed, 1 insertions, 15 deletions
diff --git a/www/buildfile b/www/buildfile
index e189202..6c2f15f 100644
--- a/www/buildfile
+++ b/www/buildfile
@@ -2,13 +2,7 @@
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-define css: file
-
-css{*}:
-{
- extension = css
- install = data/www/
-}
+css{*} xhtml{*}: install = data/www/
define scss: file
@@ -18,12 +12,4 @@ scss{*}:
install = data/www/
}
-define xhtml: file
-
-xhtml{*}:
-{
- extension = xhtml
- install = data/www/
-}
-
./: css{*} scss{*} xhtml{*}