reduce epub file size with ower res pics (#406)

* epub - use the lower resolution colour as release epub
* Add in check for epub size, will fail if too big (>50MB)

* added folders ebook and website build folders to .gitignore
This commit is contained in:
Stoneguard001
2024-12-31 11:05:52 -05:00
committed by GitHub
parent d78c29ba66
commit 32d600005c
2 changed files with 13 additions and 11 deletions

2
.gitignore vendored
View File

@@ -42,3 +42,5 @@ book/book-epub/
book/bw-book-epub/*
book/release/*
book/low-res-book-epub/*
book/epub_build/*
book/website_build/*