From b22c887e4b7ebc3c11d72f2ce9e8086403616c46 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 5 Aug 2018 02:58:59 +0200 Subject: client: add basic web app support --- client/build.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/build.js') diff --git a/client/build.js b/client/build.js index e551384..dd72573 100644 --- a/client/build.js +++ b/client/build.js @@ -185,9 +185,14 @@ function bundleBinaryAssets() { }); } +function bundleWebAppFiles() { + copyFile('./app/manifest.json', './public/manifest.json'); +} + const config = getConfig(); bundleConfig(config); bundleBinaryAssets(); +bundleWebAppFiles(); if (!process.argv.includes('--no-html')) { bundleHtml(); } -- cgit v1.3