mirror of
https://github.com/OpenEPaperLink/OpenEPaperLink.git
synced 2026-03-21 00:04:28 +01:00
[GH-ISSUE #39] Feature request: Add zipped files of the web pages to the filesystem image #2772
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jonasniesner on GitHub (May 21, 2023).
Original GitHub issue: https://github.com/OpenEPaperLink/OpenEPaperLink/issues/39
Originally assigned to: @jonasniesner on GitHub.
@nlimper commented on GitHub (Jul 31, 2023):
done.
There is a file
gzip_wwwfiles.pyin the ESP32_AP-Flasher folder, which takes the files from /wwwroot and gzips them to /data/www . @jonasniesner can you make this run automatically during a release? (or even, after a commit?)@jonasniesner commented on GitHub (Jul 31, 2023):
@nlimper Already planned for the next weekend
@jonasniesner commented on GitHub (Aug 3, 2023):
I can implement it, however, it will always show the new files as a push. That is why i think it only makes sense to run it on every release. @nlimper do you think this would be reasonable.
@nlimper commented on GitHub (Aug 3, 2023):
yes, just at the release is fine.
Only thing is, sadly gzip insert to time or something in a gzipped file, so even if the source is not changed, it results in a different gzipped file every time, and github shows it as changed file. Maybe you can find a solution for that?
@jonasniesner commented on GitHub (Aug 10, 2023):
Implemented