DWEP technical update
Just added #brotli compression to the #DWEP PWA web app. It can compress javascript by 80-90%. So using this significantly reduces the need of minifying #javascript. And if minifying is avoided then the app is more transparent since the user can see the actual code that is being run
This line can be used (for example in a CI file) to create brotli-compressed files: find public -type f -regex '.*\.\(htm\|html\|xml\|txt\|text\|js\|css\|svg\|md\)$' -exec brotli -f -k {} \;
#WebDevelopment #FreeSoftware #compression #transparency
PS: The project is now hosted on gitlab: gitlab.com/dwep-app/dwep-app.g… (It's not quite ready for users yet though)
like this
Sunyata ☸ 👨🏻💻 ☮
in reply to Sunyata ☸ 👨🏻💻 ☮ • • •like this
csa and Christoph S like this.
csa
in reply to Sunyata ☸ 👨🏻💻 ☮ • • •Christoph S likes this.
Christoph S
in reply to Sunyata ☸ 👨🏻💻 ☮ • • •