File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55### Fixes
66
7+ - [ Issue #4 ] - Default config file outdated
78- [ Issue #3 ] - Readme - Add documentation
89- [ Issue #2 ] - Bin - will not start
Original file line number Diff line number Diff line change 11{
2- "baker" : {
3- "domains" : [
4- " localhost:3000"
5- ],
6- "input" : {
7- "directory" : " ./ dist" ,
8- "runcmd" : " npm start"
9- },
10- "output" : {
11- "directory" : " ./docs"
12- },
13- "options" : [
14- " recursive" ,
15- " page-requisites" ,
16- " html-extension" ,
17- " convert-links" ,
18- " restrict-file-names=windows" ,
19- " no-parent"
20- ]
21- }
22- }
2+ "baker" : {
3+ "domains" : [
4+ " localhost:3000"
5+ ],
6+ "input" : {
7+ "directory" : " dist" ,
8+ "runcmd" : " npm start"
9+ },
10+ "output" : {
11+ "directory" : " ./docs"
12+ },
13+ "options" : [
14+ " -- recursive" ,
15+ " -- page-requisites" ,
16+ " -- html-extension" ,
17+ " -- convert-links" ,
18+ " -- restrict-file-names=windows" ,
19+ " -- no-parent"
20+ ]
21+ }
22+ }
You can’t perform that action at this time.
0 commit comments