From 641ea85d4da795cb2c67d9777cb3db3dfede1d8b Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 31 Dec 2019 06:58:53 +0100 Subject: compiler: add option to include static web app in the output GitHub: closes #6 --- compiler/package.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'compiler/package.yaml') diff --git a/compiler/package.yaml b/compiler/package.yaml index 90c4ea5..0b03887 100644 --- a/compiler/package.yaml +++ b/compiler/package.yaml @@ -27,6 +27,9 @@ dependencies: - JuicyPixels-extra - parallel-io +data-dir: data +data-files: ["**/*"] + library: source-dirs: src -- cgit v1.2.3