Move home to welcome, remove unused images

This commit is contained in:
J. Ryan Stinnett 2019-02-07 17:00:01 +00:00
parent 2892a31dea
commit dd51cccd7c
29 changed files with 161 additions and 185 deletions

View file

@ -50,9 +50,9 @@ const INCLUDE_LANGS = [
// "dest/b/...".
const COPY_LIST = [
["res/manifest.json", "webapp"],
["res/home.html", "webapp"],
["res/welcome.html", "webapp"],
["res/home-status.html", "webapp"],
["res/home/**", "webapp/home"],
["res/welcome/**", "webapp/welcome"],
["res/themes/**", "webapp/themes"],
["res/vector-icons/**", "webapp/vector-icons"],
["node_modules/matrix-react-sdk/res/media/**", "webapp/media"],