diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-14 19:32:08 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-04-14 19:32:08 +0300 |
commit | fa254089dd4f15e778c1d406018751228b883144 (patch) | |
tree | 86ca419e7ee0ac757dbd8db3fe81eef4fb7fdbf2 /buildfile |
Diffstat (limited to 'buildfile')
-rw-r--r-- | buildfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildfile b/buildfile new file mode 100644 index 0000000..31550ca --- /dev/null +++ b/buildfile @@ -0,0 +1,4 @@ +define css: file +css{*}: extension = css + +./: css{page} manifest |