Skip to content

Commit

Permalink
use shortcut commands for restarting and rebuilding ui
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Feb 29, 2024
1 parent f724273 commit 63678b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ open -r repos/lila-ws # open websocket repository
When you edit a scala file, you'll have to restart lila. In a terminal, type:

```bash
docker compose restart lila
./lila-docker lila restart
```

## Recompiling frontend assets

If you're working on TypeScript or SCSS files, you can automatically detect the changes and recompile the assets. In a terminal, type:

```bash
docker compose run --rm ui bash -c "/lila/ui/build -w"
./lila-docker ui
```

## Updating Routes
Expand Down

0 comments on commit 63678b6

Please sign in to comment.