From 598b74c07c5eb4ddfc00dacb79aec37923e9a054 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 23 Apr 2018 17:21:53 +0100 Subject: [PATCH] Copy media from react-sdk Looks like this just got missed Fixes https://github.com/vector-im/riot-web/issues/6586 --- scripts/copy-res.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/copy-res.js b/scripts/copy-res.js index f7a52c6e342..3b519b8d0c8 100755 --- a/scripts/copy-res.js +++ b/scripts/copy-res.js @@ -51,7 +51,7 @@ const COPY_LIST = [ ["res/home-status.html", "webapp"], ["res/home/**", "webapp/home"], ["res/vector-icons/**", "webapp"], - ["node_modules/matrix-react-sdk/res/{fonts,img,themes}/**", "webapp"], + ["node_modules/matrix-react-sdk/res/{fonts,img,themes,media}/**", "webapp"], ["res/themes/**", "webapp/themes"], ["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"], ["node_modules/emojione/assets/png/*", "webapp/emojione/png/"],