mirror of https://github.com/vector-im/riot-web
Copy media from react-sdk
Looks like this just got missed Fixes https://github.com/vector-im/riot-web/issues/6586pull/6588/head
parent
82f51fb476
commit
0abaff5aed
|
@ -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/"],
|
||||
|
|
Loading…
Reference in New Issue