summaryrefslogtreecommitdiffstats
path: root/bin/build.js
Commit message (Expand)AuthorAgeFilesLines
* Clear folderSamy Pessé2015-01-191-56/+0
* Robust CLI error handlingAaron O'Mullan2014-12-161-12/+0
* Force process.exit at end of buildAaron O'Mullan2014-12-091-0/+5
* Support --verbose flag, fixes #325Aaron O'Mullan2014-06-171-3/+13
* Allow book.js to be used in addition to book.jsonJuho Vepsalainen2014-06-031-1/+1
* Fix build success message typoJuho Vepsalainen2014-06-031-1/+1
* Use ebook-convert for pdf generationSamy Pessé2014-05-291-1/+7
* Exit process with -1 when error occursSamy Pessé2014-05-171-2/+5
* Remove some options from command line (moved to book.json)Samy Pessé2014-04-281-10/+0
* Use a global configuration file for a book (default to book.json)Samy Pessé2014-04-281-9/+2
* Fix #163: Move logic of git infos extraction to libSamy Pessé2014-04-281-23/+13
* Add file watcher in "gitbook serve" command (Fix #47, #89, #140)Samy Pessé2014-04-251-1/+1
* Change plugins separator to ","Samy Pessé2014-04-211-1/+1
* Add option --pluginsConfigSamy Pessé2014-04-211-6/+27
* Add command line option "plugins"Samy Pessé2014-04-191-1/+1
* Fix #91: Extract defaults title and description from README.mdSamy Pessé2014-04-141-16/+2
* Move more build logic to the core generation moduleSamy Pessé2014-04-131-99/+46
* Merge branch 'optional-github' of https://github.com/mrpotes/gitbook into mrp...Samy Pessé2014-04-091-8/+11
|\
| * Tidy up use of github, and make error more descriptiveJames Phillpotts2014-04-081-8/+7
| * Make use of github optionalJames Phillpotts2014-04-071-8/+12
* | Fixes --githubHost option for use with Github Enterprise.Levi Lewis2014-04-071-0/+1
|/
* Add command "ebook" to generate an ebookSamy Pessé2014-04-061-3/+62
* bin/build after generation return all the optionsSamy Pessé2014-04-061-2/+2
* Add command gitbook pdf to generate PDFSamy Pessé2014-04-051-0/+54