Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2020-10-09 15:12:40 +0300
committerVincent Petry <vincent@nextcloud.com>2020-10-09 15:12:40 +0300
commit77a1a600044871a14a404cde82332c260c43eb22 (patch)
tree5f093800357f468f408b37ce4837c50f3d830a4e /README.md
parent1ba1bd252dfb612ab45a8e4dad5108e6ee041a3f (diff)
Enhance README to mention module compilation
Added hint about MODULE=xxx when recompiling production assets. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5f306725cdf..dd7459b68a0 100644
--- a/README.md
+++ b/README.md
@@ -95,7 +95,12 @@ 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.
+To save some time, to only rebuild for a specific app, use the following and replace the module with the app name:
+```
+MODULE=user_status make build-js-production
+```
+
+Please note that if you used `make build-js` or `make watch-js` before, you'll notice that a lot of files were marked as changed, so might need to clear the workspace first.
### Tools we use ðŸ›