Move codebase into riot-web
This commit is contained in:
parent
3e77418fd7
commit
4110e2dfa3
4 changed files with 506 additions and 1 deletions
|
@ -63,11 +63,11 @@ const COPY_LIST = [
|
|||
["res/welcome/**", "webapp/welcome"],
|
||||
["res/themes/**", "webapp/themes"],
|
||||
["res/vector-icons/**", "webapp/vector-icons"],
|
||||
["res/decoder-ring/**", "webapp/decoder-ring"],
|
||||
["node_modules/matrix-react-sdk/res/media/**", "webapp/media"],
|
||||
["node_modules/olm/olm_legacy.js", "webapp", { directwatch: 1 }],
|
||||
["./config.json", "webapp", { directwatch: 1 }],
|
||||
["contribute.json", "webapp"],
|
||||
["node_modules/matrix-react-sdk/res/decoder-ring/**", "webapp/decoder-ring"],
|
||||
];
|
||||
|
||||
const parseArgs = require('minimist');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue