Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clear folder | Samy Pessé | 2015-01-19 | 1 | -92/+0 |
| | |||||
* | Include styles in website format | Samy Pessé | 2015-01-14 | 1 | -0/+1 |
| | |||||
* | Fix descriptor and me leak with bad write queues | Aaron O'Mullan | 2014-12-10 | 1 | -1/+14 |
| | | | | | | | | Node.js for some reason queues up writes from fs.writeFile causing memory and descriptor leaks, preventing building large books. This is now fixed Fixes #336, fixes #454 | ||||
* | Adapt include in page parsing to works on clientside | Samy Pessé | 2014-11-01 | 1 | -0/+1 |
| | |||||
* | Switch to graceful-fs, fix #373 | Aaron O'Mullan | 2014-07-30 | 1 | -1/+1 |
| | |||||
* | Ignore config files by default in fs.list | Shaform | 2014-07-13 | 1 | -0/+5 |
| | |||||
* | Skip extra files and folders in copy phase of generation | Aaron O'Mullan | 2014-06-15 | 1 | -1/+12 |
| | |||||
* | Add base cache manifest | Samy Pessé | 2014-04-27 | 1 | -0/+1 |
| | |||||
* | Ignore .gitignore file by default in fs.list | Aaron O'Mullan | 2014-04-16 | 1 | -1/+2 |
| | | | | Partial fix of #93 | ||||
* | Add gitbook init command, fixes #67 | Aaron O'Mullan | 2014-04-12 | 1 | -0/+5 |
| | |||||
* | Add .bookignore to ignoreFiles #37 | Aaron O'Mullan | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | Normalize paths on Windows to Unix convention | Aaron O'Mullan | 2014-04-05 | 1 | -2/+10 |
| | | | | Convert “\” to “/“ in relative paths in fs.list | ||||
* | Move getFiles to fs module | Samy Pessé | 2014-03-31 | 1 | -0/+34 |
| | |||||
* | Symlink README.html to index.html for book output | Aaron O'Mullan | 2014-03-31 | 1 | -0/+1 |
| | |||||
* | Clean output folder before generating | Aaron O'Mullan | 2014-03-31 | 1 | -2/+3 |
| | |||||
* | Copy assets to build | Samy Pessé | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Add base for generation | Samy Pessé | 2014-03-31 | 1 | -0/+10 |