Tobias König
Tobias König
Hi, as i wanted to restructure the code of expressStaticGzip for a while now and make it easier to test, i will have a look at your issue while doing...
I think you can reduce your last two middleware registrations to just one like this: ```JavaScript app.use(expressStaticGzip('client/build')) ``` This should handle all requests, that would not have been handled before....
I have thought about this in the past already, and decided, that enforcing a protocol is not the task of this middlware. As `express-static-gzip` supports multiple/any comporessions the developer should...
The only reason there is for the 'cache', is performance. As this middleware had the initial use case of a static (production) application, with no changing files, there is no...
Just to let you know in case you are currently working on something, or want to do in the near future. I just pushed a big update containing mainly testing...
@runspired the problem with working only on compressed files, without the originals would be that you loose any fallback in case the requesting entity does not support the provided compressions.
Any news on this as the issue seems to still exist?
@oromand, @AurelienDellac just a quick follow-up question: Is this a public nuget package you are refering to, or is this an internal mailjet package, that has now been updated? I'm...
@oromand thank you for the details! So is there any fix planned in the (near) future to adress the templates getting corrupted in the first place, because i know of...
Hey all, as this seems to be the place where this topic has the most replies/thoughts on the matter i wanted to add some points here. I'm myself fairly new...