Bläddra i källkod

Reorder sections

JC Brand 1 år sedan
förälder
incheckning
837f05782b
1 ändrade filer med 4 tillägg och 5 borttagningar
  1. 4 5
      CONTRIBUTING.md

+ 4 - 5
CONTRIBUTING.md

@@ -12,11 +12,6 @@ make serve_bg
 make watch
 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:
 ### Without GNU Make:
 
 
 ```
 ```
@@ -25,6 +20,10 @@ npm run serve &
 npm run watch
 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
 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
 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
 change something in a file but you will have to manually reload the browser tab