浏览代码

Reorder sections

JC Brand 1 年之前
父节点
当前提交
837f05782b
共有 1 个文件被更改,包括 4 次插入5 次删除
  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