Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
David Baker
598b74c07c Copy media from react-sdk
Looks like this just got missed

Fixes https://github.com/vector-im/riot-web/issues/6586
2018-04-23 17:21:53 +01:00

View file

@ -51,7 +51,7 @@ const COPY_LIST = [
["res/home-status.html", "webapp"], ["res/home-status.html", "webapp"],
["res/home/**", "webapp/home"], ["res/home/**", "webapp/home"],
["res/vector-icons/**", "webapp"], ["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"], ["res/themes/**", "webapp/themes"],
["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"], ["node_modules/emojione/assets/svg/*", "webapp/emojione/svg/"],
["node_modules/emojione/assets/png/*", "webapp/emojione/png/"], ["node_modules/emojione/assets/png/*", "webapp/emojione/png/"],