]> source.dussan.org Git - nextcloud-server.git/commitdiff
Enhance README to mention module compilation 23306/head
authorVincent Petry <vincent@nextcloud.com>
Fri, 9 Oct 2020 12:12:40 +0000 (14:12 +0200)
committerVincent Petry <vincent@nextcloud.com>
Fri, 9 Oct 2020 12:12:40 +0000 (14:12 +0200)
Added hint about MODULE=xxx when recompiling production assets.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
README.md

index 5f306725cdf97bac2d76129c723d79481f98aef2..dd7459b68a085ea2f91fbc2f38083499546aed2b 100644 (file)
--- 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 ðŸ›