diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 15:16:30 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2018-11-01 15:16:30 +0100 |
commit | 8609845ad703508bf3ad4b123385df4b5257c6a8 (patch) | |
tree | 96a16cdeedce7c121709d0013ad63adedb585dbe /settings | |
parent | d842cd1eecac54e025a533a857f6baaeefa922cc (diff) | |
download | nextcloud-server-8609845ad703508bf3ad4b123385df4b5257c6a8.tar.gz nextcloud-server-8609845ad703508bf3ad4b123385df4b5257c6a8.zip |
Add front-end building documentation to readme
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/README.md | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/settings/README.md b/settings/README.md deleted file mode 100644 index 71a77309bd0..00000000000 --- a/settings/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# Settings section - -> Nextcloud settings with Vue - -## Build Setup - -``` bash -# install dependencies -make dev-setup - -# build for development -make build-js - -# build for development and watch edits -make watch-js - -# build for production with minification -make build-js-production - -# clean output files -make clean -``` |