From 0abaff5aed21ae8579f6d920dff5d188c2f047ed Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 23 Apr 2018 17:27:35 +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 a7cebc348..a2b8788a5 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/vector-icons"], - ["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/"],