https://bugzilla.wikimedia.org/show_bug.cgi?id=34904

--- Comment #1 from Krinkle <[email protected]> 2012-03-02 20:39:34 UTC ---
(In reply to comment #0)
> When a gadget only has css files, it get a loader.load entry. In my opinion it
> is easy/cheap to check, if the gadget has only css files and than skip that
> entry, because the css should be enough to get. Thanks.

Then how do you suggest the CSS actually ends up in the client ?

mw.loader requests modules in batch from load.php based on the dependency model
and current last-modified timestamps from the startup module.

load.php then responses with the requested modules and their 3 components (of
which some could be empty/undefined): JS function, CSS stylesheet, i18n
messages. These are then unpackaged on the client (e.g. style is inserted into
the <style> tag).

What is your suggestions exactly?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to