File tree Expand file tree Collapse file tree 3 files changed +1
-41
lines changed
Expand file tree Collapse file tree 3 files changed +1
-41
lines changed Original file line number Diff line number Diff line change @@ -35,16 +35,6 @@ $ npm install
3535$ npm start
3636```
3737
38- ### 產生靜態網頁
39-
40- NodeJS 版本必須是 v0.11.x
41-
42- ``` bash
43- $ npm run build
44- ```
45-
46- 這部份如果發現任何問題,請到 [ poying/giik] ( https://github.com/poying/giik ) 發 issue。
47-
4838### 貢獻者 Contributor
4939
5040 * [ Poying] ( https://github.com/poying )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "scripts" : {
77 "test" : " echo \" Error: no test specified\" && exit 1" ,
8- "start" : " node_modules/.bin/gitbook serve" ,
9- "build" : " giik source book"
8+ "start" : " gitbook serve"
109 },
1110 "authors" : [
1211 " Po-Ying Chen <[email protected] > (陳柏穎)" 1312 ],
1413 "license" : " MIT" ,
1514 "dependencies" : {
16- "giik" : " 0.0.3" ,
17- "pygmentize-bundled" : " ~2.1.0" ,
18- "jade" : " ~1.3.1" ,
1915 "http-server" : " ~0.6.1" ,
2016 "gitbook" : " ~0.4.2"
2117 }
You can’t perform that action at this time.
0 commit comments