diff options
author | Vincent Petry <vincent@nextcloud.com> | 2020-10-09 12:15:20 +0200 |
---|---|---|
committer | Vincent Petry <vincent@nextcloud.com> | 2020-10-09 12:15:20 +0200 |
commit | 1ba1bd252dfb612ab45a8e4dad5108e6ee041a3f (patch) | |
tree | 68e7769a6969287ec2e1c3d7a0521484279bdcae /README.md | |
parent | 2ec160aec8ec8d67e8cc42d9f2a83406768b7b6d (diff) | |
download | nextcloud-server-1ba1bd252dfb612ab45a8e4dad5108e6ee041a3f.tar.gz nextcloud-server-1ba1bd252dfb612ab45a8e4dad5108e6ee041a3f.zip |
Add to README about compiling JS production assets.
Add note in README about the need to checkin also compiled JS assets
after running `make build-js-production`.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md index f74dea783c5..5f306725cdf 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,13 @@ Then inside the root folder of your local Nextcloud development installation, ru ./build/compile-handlebars-templates.sh ``` +Before checking in JS changes, make sure to also build for production: +``` +make build-js-production +``` +Then add the compiled files for committing. + +Please note that if you used `make build-js` or `make watch-js` before almost all files changed, so might need to clear the workspace first. ### Tools we use 🛠|