On 14/10/2013, at 22:11, David Bruant wrote:

> You already can with inlining, can't you?

Yes and no:

-It's much more complicated than pre zipping a bunch of files and adding a ref 
attribute.
-It requires additional logic at the server side, and more programming.
-It's not trivial always: often you can't simply concatenate and expect it to 
work as-is (e.g. module scripts).
-You might be forcing the server to build and/or gzip (รก la PHP) on the fly => 
much more load per request.
-Inlined source isn't always semantically === non-inlined source => bugs.
-Etc.

-- 
( Jorge )();
_______________________________________________
es-discuss mailing list
[email protected]
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to