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>
This commit is contained in:
Vincent Petry 2020-10-09 12:15:20 +02:00
parent 2ec160aec8
commit 1ba1bd252d
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with 7 additions and 0 deletions

View File

@ -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 🛠