File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,8 @@ npm install --save flv.js
33
33
34
34
## Build
35
35
``` bash
36
- npm ci # install dependencies / dev-dependences
37
- npm run build:debug # debug version flv.js will be emitted to /dist
38
- npm run build # minified release version flv.min.js will be emitted to /dist
36
+ npm ci # install dependencies / dev-dependences
37
+ npm run dev # watch file change and build debug version on the fly
39
38
```
40
39
41
40
[ cnpm] ( https://github.com/cnpm/cnpm ) mirror is recommended if you are in Mainland China.
@@ -78,9 +77,9 @@ See [api.md](docs/api.md)
78
77
79
78
## Debug
80
79
``` bash
81
- npm install # install dev-dependences
82
- npm install -g gulp # install build tool
83
- npm run dev # with incremental compile and auto reload
80
+ npm ci # install dependencies / dev-dependences
81
+ npm run build:debug # debug version flv.js will be emitted to /dist
82
+ npm run build # minimized release version flv.min.js will be emitted to /dist
84
83
```
85
84
86
85
## Design
You can’t perform that action at this time.
0 commit comments