mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-02 12:01:41 +01:00
mkdir apps/web/scripts
mv scripts/{cleanup.sh,ci_package.sh,copy-res.ts,deploy.py,package.sh} apps/web/scripts
And a couple of gitignore tweaks
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
13 lines
550 B
Plaintext
13 lines
550 B
Plaintext
This directory contains the config files and deployment scripts for the official
|
|
element.io distribution of Element Web.
|
|
|
|
You probably do not want to build with this config unless you're building the
|
|
official element.io distribution, but these files may be useful if you want to
|
|
inspect the configuration used there.
|
|
|
|
Element Desktop uses a separate config (see
|
|
https://github.com/element-hq/element-desktop/tree/develop/element.io).
|
|
|
|
Deployment scripts (such as app/deploy.py) are meant to be run on the web server
|
|
hosting the Element installation.
|