Skip to content

Commit

Permalink
Enhance README to mention module compilation
Browse files Browse the repository at this point in the history
Added hint about MODULE=xxx when recompiling production assets.

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
  • Loading branch information
PVince81 committed Oct 9, 2020
1 parent 1ba1bd2 commit 77a1a60
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Expand Up @@ -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 🛠

Expand Down

0 comments on commit 77a1a60

Please sign in to comment.