summaryrefslogtreecommitdiffstats
path: root/lib/generate/fs.js
Commit message (Collapse)AuthorAgeFilesLines
* Clear folderSamy Pessé2015-01-191-92/+0
|
* Include styles in website formatSamy Pessé2015-01-141-0/+1
|
* Fix descriptor and me leak with bad write queuesAaron O'Mullan2014-12-101-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 clientsideSamy Pessé2014-11-011-0/+1
|
* Switch to graceful-fs, fix #373Aaron O'Mullan2014-07-301-1/+1
|
* Ignore config files by default in fs.listShaform2014-07-131-0/+5
|
* Skip extra files and folders in copy phase of generationAaron O'Mullan2014-06-151-1/+12
|
* Add base cache manifestSamy Pessé2014-04-271-0/+1
|
* Ignore .gitignore file by default in fs.listAaron O'Mullan2014-04-161-1/+2
| | | | Partial fix of #93
* Add gitbook init command, fixes #67Aaron O'Mullan2014-04-121-0/+5
|
* Add .bookignore to ignoreFiles #37Aaron O'Mullan2014-04-061-1/+1
|
* Normalize paths on Windows to Unix conventionAaron O'Mullan2014-04-051-2/+10
| | | | Convert “\” to “/“ in relative paths in fs.list
* Move getFiles to fs moduleSamy Pessé2014-03-311-0/+34
|
* Symlink README.html to index.html for book outputAaron O'Mullan2014-03-311-0/+1
|
* Clean output folder before generatingAaron O'Mullan2014-03-311-2/+3
|
* Copy assets to buildSamy Pessé2014-03-311-1/+1
|
* Add base for generationSamy Pessé2014-03-311-0/+10