thephilgray / gulp-epub-starter

An opinionated static EPUB generator with Less and BrowserSync + Readium Cloud Reader for live reload development.
2 stars 0 forks source link

use ejs or xhtml by default #78

Open thephilgray opened 5 years ago

thephilgray commented 5 years ago

sometimes it's nice to be able to work in pug, but it adds a lot of overhead, especially when working on existing projects.

for instance, when working with a conversion project; I need to convert to xhtml to pug only to get converted back to xhtml. for a project where I don't even need to touch the markup but it still needs to be converted like this each time, this is a lot of extra work and processing.

furthermore, the dependencies for doing this all have different limitations when it comes to encoding/decoding entities.