Merge pull request #4039 from vector-im/new-guest-access

New guest access
This commit is contained in:
Luke Barnard 2017-06-07 13:40:00 +01:00 committed by GitHub
commit a158549a4c
300 changed files with 1201 additions and 221 deletions

View file

@ -31,6 +31,8 @@ const INCLUDE_LANGS = [
// "dest/b/...".
const COPY_LIST = [
["res/manifest.json", "webapp"],
["res/home.html", "webapp"],
["res/home/**", "webapp/home"],
["res/{media,vector-icons}/**", "webapp"],
["res/flags/*", "webapp/flags/"],
["src/skins/vector/{fonts,img}/**", "webapp"],