nova 2020-05-31 07:07:46 +00:00
parent 80b9028183
commit 3be605c2d1

@ -4,10 +4,10 @@ From the root of the project, do
```bash ```bash
./mvnw package ./mvnw package
``` ```
This will build the frontend in dev mode. <br> This will build the frontend in dev mode. \
Once done, the jar file will be available in the target directory. Once done, the jar file will be available in the target directory.
To build the frontend in production mode, it is necesarry to pass an argument to grunt - To build the frontend in production mode, it is necessary to pass an argument to grunt -
```bash ```bash
./mvnw -DgruntArg=prod package ./mvnw -DgruntArg=prod package
``` ```