Skip to content

Commit

Permalink
Copy media from react-sdk
Browse files Browse the repository at this point in the history
Looks like this just got missed

Fixes #6586
  • Loading branch information
dbkr committed Apr 23, 2018
1 parent 82f51fb commit 0abaff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/copy-res.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/"],
Expand Down

0 comments on commit 0abaff5

Please sign in to comment.