-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make etags, gzip a compile time option #16
Comments
Would you like to use the options (etag, pre-zip) within cpp directives? Interrest request, I will investigate it. Thanks for idea! |
yes, that is the idea in the case of a platformio, this also removes the need to pass build parameters to a pre: script |
With v1.3.x we are prepared to generate (and use it in future) c++ defines: https://github.com/BCsabaEngine/svelteesp32?tab=readme-ov-file#c-defines |
v1.4.0 released: https://github.com/BCsabaEngine/svelteesp32/releases/tag/v1.4.0 You can use: Give us feedback on whether it meets your expectations! |
bravo! |
Hi @BCsabaEngine
thanks for the great package! really appreciated.
If I may add a suggestion - neither substantial nor urgent:
move from build-time to compile time options - which will in many cases take out the build step (when testing or doing variants) - i.e: always generate code for Etags and compression support, but make it conditional with cpp symbols
thanks
Michael
The text was updated successfully, but these errors were encountered: