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
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
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
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
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