This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












was this using the php version? can you include the entire header (the url you used)?
yeah soz did that a bit quick with no info; yep php
excludeLibs=mootools-core&requireLibs=mootools-more&excludeLibs=clientcide&excludeLibs=depender-client
ok, so the issue here is you define the excludeLibs value several times, and it's only using the last one. If you're using the PHP version, you can do either of these things:
excludeLibs=foo,bar
excludeLibs[]=foo&excludeLibs[]=bar
Did you author this url yourself, or did you use the UI to get it? If so, then the bug is in the UI.