Skip to content

Commit

Permalink
Reorder sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Oct 4, 2023
1 parent 967a38c commit 837f057
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ make serve_bg
make watch
```

Go to http://localhost:8000/dev.html

Then modify `dev.html` so that `converse.initialize()` is called with relevant settings.


### Without GNU Make:

```
Expand All @@ -25,6 +20,10 @@ npm run serve &
npm run watch
```

Go to http://localhost:8000/dev.html

Then modify `dev.html` so that `converse.initialize()` is called with relevant settings.

Webpack will "watch" the source files and automatically recreate the build if they
are modified. So you don't have to do anything to rebuild whenever you've
change something in a file but you will have to manually reload the browser tab
Expand Down

0 comments on commit 837f057

Please sign in to comment.