diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/buildfile | 16 |
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{*} |