Re: [Cuirass] JavaScript work

2024-02-25 Thread Ricardo Wurmus
Janneke Nieuwenhuizen writes: > I'm wondering though what the net gain of minification is > with current bandwiths. On the few sites that I use javascript on I just > ship the preferred readable code. JavaScript libraries can weigh several megabytes unminified. With minification applied to t

Re: [Cuirass] JavaScript work

2024-02-24 Thread Ludovic Courtès
Hi, Ricardo Wurmus skribis: > I noticed that Cuirass bundles minified JavaScript. I’ve started a new > branch that replaces the minified JavaScript with readable source code > and minifies the files as part of the build. > > I also tried to remove the need for jQuery, at least in our own > Java

Re: [Cuirass] JavaScript work

2024-02-21 Thread Maxim Cournoyer
Hi, Ricardo Wurmus writes: > Hi, > > I noticed that Cuirass bundles minified JavaScript. I’ve started a new > branch that replaces the minified JavaScript with readable source code > and minifies the files as part of the build. > > I also tried to remove the need for jQuery, at least in our own

Re: [Cuirass] JavaScript work

2024-02-18 Thread Janneke Nieuwenhuizen
Ricardo Wurmus writes: > I noticed that Cuirass bundles minified JavaScript. I’ve started a new > branch that replaces the minified JavaScript with readable source code > and minifies the files as part of the build. Yay for that. I'm wondering though what the net gain of minification is with cu

[Cuirass] JavaScript work

2024-02-17 Thread Ricardo Wurmus
Hi, I noticed that Cuirass bundles minified JavaScript. I’ve started a new branch that replaces the minified JavaScript with readable source code and minifies the files as part of the build. I also tried to remove the need for jQuery, at least in our own JavaScript code. (Datatables.js still us