Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lint after travis tests | Samy Pesse | 2016-02-18 | 1 | -0/+1 |
| | |||||
* | Fix css being used for pdf footer and header | Samy Pessé | 2015-10-06 | 1 | -3/+3 |
| | |||||
* | Fix typo in bin message | Samy Pessé | 2015-03-11 | 1 | -1/+1 |
| | |||||
* | Add message in gitbook command line | Samy Pessé | 2015-02-03 | 1 | -0/+7 |
| | |||||
* | Clear folder | Samy Pessé | 2015-01-19 | 5 | -460/+0 |
| | |||||
* | Adapt platform command to gitbook.com | Samy Pessé | 2015-01-11 | 2 | -3/+3 |
| | |||||
* | Robust CLI error handling | Aaron O'Mullan | 2014-12-16 | 3 | -44/+60 |
| | | | | Fixes #528, fixes #524, fixes #518 | ||||
* | Force process.exit at end of build | Aaron O'Mullan | 2014-12-09 | 1 | -0/+5 |
| | |||||
* | Fix command 'install' without arguments | Samy Pessé | 2014-11-30 | 1 | -0/+2 |
| | |||||
* | Add command "install" to install plugins from book.json | Samy Pessé | 2014-11-30 | 1 | -1/+23 |
| | |||||
* | Remove html5 cache manifest | Samy Pessé | 2014-08-11 | 1 | -1/+0 |
| | |||||
* | Change command "git:push" to "publish" | Samy Pessé | 2014-07-12 | 1 | -1/+1 |
| | |||||
* | Add base command git:push and git:remote | Samy Pessé | 2014-07-12 | 3 | -1/+93 |
| | |||||
* | Support --verbose flag, fixes #325 | Aaron O'Mullan | 2014-06-17 | 1 | -3/+13 |
| | |||||
* | Allow book.js to be used in addition to book.json | Juho Vepsalainen | 2014-06-03 | 1 | -1/+1 |
| | | | | | | | Now it's possible to comment configuration properly and do some dynamic things if needed. Closes #287. | ||||
* | Fix build success message typo | Juho Vepsalainen | 2014-06-03 | 1 | -1/+1 |
| | |||||
* | Remove useless command "gitbook ebook" | Samy Pessé | 2014-06-02 | 1 | -8/+0 |
| | |||||
* | Fix calcul of output format for ebook | Samy Pessé | 2014-06-02 | 1 | -3/+0 |
| | |||||
* | Use ebook-convert for pdf generation | Samy Pessé | 2014-05-29 | 2 | -9/+31 |
| | |||||
* | Fix use of cover.jpg in ebook | Samy Pessé | 2014-05-26 | 1 | -1/+1 |
| | |||||
* | Fix cache manifest in the html tag | Samy Pessé | 2014-05-23 | 1 | -1/+1 |
| | | | | Serve command disable cache | ||||
* | Add livereload as default plugins only for serve | Samy Pessé | 2014-05-21 | 1 | -1/+3 |
| | |||||
* | Merge branch 'master' into livereload | David Graf | 2014-05-21 | 2 | -3/+8 |
|\ | |||||
| * | Print stack only when env DEBUG is set | Samy Pessé | 2014-05-17 | 1 | -1/+3 |
| | | |||||
| * | Exit process with -1 when error occurs | Samy Pessé | 2014-05-17 | 1 | -2/+5 |
| | | |||||
* | | Introducing livereload server | David Graf | 2014-05-15 | 1 | -0/+17 |
| | | |||||
* | | Introducing option to disable cache manifest generation | David Graf | 2014-05-15 | 1 | -0/+1 |
|/ | |||||
* | Fix #191: remove log for changes in files | Samy Pessé | 2014-05-01 | 1 | -1/+1 |
| | |||||
* | Remove some options from command line (moved to book.json) | Samy Pessé | 2014-04-28 | 1 | -10/+0 |
| | |||||
* | Use a global configuration file for a book (default to book.json) | Samy Pessé | 2014-04-28 | 2 | -9/+44 |
| | |||||
* | Fix #163: Move logic of git infos extraction to lib | Samy Pessé | 2014-04-28 | 2 | -119/+13 |
| | |||||
* | Add file watcher in "gitbook serve" command (Fix #47, #89, #140) | Samy Pessé | 2014-04-25 | 4 | -35/+147 |
| | |||||
* | Change plugins separator to "," | Samy Pessé | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Add option --pluginsConfig | Samy Pessé | 2014-04-21 | 2 | -21/+31 |
| | |||||
* | Add command line option "plugins" | Samy Pessé | 2014-04-19 | 2 | -2/+2 |
| | |||||
* | Revert "Fix ebook and pdf generator" | Samy Pessé | 2014-04-14 | 1 | -2/+2 |
| | | | | This reverts commit f43e630528be43d5aec4e6f923b0f53107f93546. | ||||
* | Fix #91: Extract defaults title and description from README.md | Samy Pessé | 2014-04-14 | 2 | -18/+4 |
| | |||||
* | Fix ebook and pdf generator | Samy Pessé | 2014-04-14 | 1 | -2/+2 |
| | |||||
* | Move more build logic to the core generation module | Samy Pessé | 2014-04-13 | 2 | -124/+60 |
| | |||||
* | Add gitbook init command, fixes #67 | Aaron O'Mullan | 2014-04-12 | 1 | -0/+9 |
| | |||||
* | Refactor binary's buildCommand | Aaron O'Mullan | 2014-04-12 | 1 | -16/+16 |
| | | | | Be more “commander-like” | ||||
* | Fix title problem when repo url doesn't have .git suffix | TimZhang | 2014-04-11 | 1 | -2/+5 |
| | |||||
* | Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into ↵ | Samy Pessé | 2014-04-09 | 1 | -8/+11 |
|\ | | | | | | | mrpotes-optional-github | ||||
| * | Tidy up use of github, and make error more descriptive | James Phillpotts | 2014-04-08 | 1 | -8/+7 |
| | | |||||
| * | Make use of github optional | James Phillpotts | 2014-04-07 | 1 | -8/+12 |
| | | |||||
* | | Fixes --githubHost option for use with Github Enterprise. | Levi Lewis | 2014-04-07 | 2 | -1/+2 |
|/ | |||||
* | Add command "ebook" to generate an ebook | Samy Pessé | 2014-04-06 | 2 | -60/+88 |
| | |||||
* | Add support of multi-languages book in command pdf | Samy Pessé | 2014-04-06 | 1 | -7/+34 |
| | |||||
* | bin/build after generation return all the options | Samy Pessé | 2014-04-06 | 2 | -4/+4 |
| | |||||
* | Fix generation for page format | Samy Pessé | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Fix commands options | Samy Pessé | 2014-04-06 | 1 | -17/+22 |
| | |||||
* | Fix command build | Samy Pessé | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Refactor bin/gitbook.js | Samy Pessé | 2014-04-05 | 1 | -0/+87 |
| | |||||
* | Add command gitbook pdf to generate PDF | Samy Pessé | 2014-04-05 | 3 | -113/+60 |
| | |||||
* | Change option for changing generator to format | Samy Pessé | 2014-04-04 | 1 | -3/+3 |
| | |||||
* | Add command line options for changing theme | Samy Pessé | 2014-04-04 | 1 | -1/+5 |
| | |||||
* | Remove lex command | Samy Pessé | 2014-04-04 | 1 | -9/+0 |
| | |||||
* | Log error in command line tool | Samy Pessé | 2014-04-04 | 1 | -7/+8 |
| | |||||
* | Complete json generator | Samy Pessé | 2014-04-04 | 1 | -2/+2 |
| | |||||
* | Add option -g to choice generator | Samy Pessé | 2014-04-04 | 1 | -1/+4 |
| | | | | Add base json generator | ||||
* | Adding config option for github host | Paul Dixon | 2014-04-04 | 1 | -0/+2 |
| | | | | | | | - this config option allows the github host url to be set to something other than github.com, mainly so that github enterprise users can change the url to their private host but will also work with bitbucket | ||||
* | Handle empty repoID and print error, fixes #11 | Aaron O'Mullan | 2014-04-03 | 1 | -5/+14 |
| | |||||
* | Fix #4: Add option for defining description | Samy Pessé | 2014-04-01 | 1 | -1/+3 |
| | |||||
* | Add cli command serve | Aaron O'Mullan | 2014-04-01 | 2 | -3/+65 |
| | | | | | This does a build, then spins up a HTTP server to serve the books contents | ||||
* | Only convert markdown file from the navigation | Samy Pessé | 2014-03-31 | 1 | -2/+2 |
| | |||||
* | Add lex sub-command to gitbook binary | Aaron O'Mullan | 2014-03-31 | 1 | -0/+13 |
| | | | | | The lex command is useful for debugging files and seeing how they are parsed | ||||
* | Initial gitbook binary | Aaron O'Mullan | 2014-03-31 | 2 | -0/+118 |