| Page 1 of 1 | [ 9 posts ] |
|
Hi All,
If I replace my 3.4.1 seed with the new 3.5.0pr1 seed, I'm finding non of my modules load. All YUI modules load perfectly. However, if in my config I turn off combine, my modules then load: Code: var config = { filter: 'debug', debug: true, combine: false, /* TURN OFF COMBINE */ groups: { js: { base: "/shared/yui/", modules: { 'share': { path:'share/share.js', requires: ['querystring-stringify', 'overlay', 'widget-modality', 'widget-autohide'] } } } } }; Is anyone else having this problem? Am I doing something strange with my config? If I revert to 3.4.1, all is good. Cheers, Simon |
Alberto SantiniYUI Contributor
|
Hello Simon.
I have the same issue. Maybe we should fill a ticket. Regards, Alberto |
|
If you move the `combine: false` into the groups.js section, I believe it would work.
A ticket should be filed at the minimum, since this is a behavior change and may require some documentation to go along with it. |
JB Malatrasi
|
Hi,
Same issue for me too. |
|
Yes, please file a ticket with your repro case so I can add a test to the system for this.
|
Alberto SantiniYUI Contributor
|
|
|
Hi Alberto,
Thanks for that - sorry I've only just got back to my computer. I've created a fiddle showing the problem: http://jsfiddle.net/simongilligan/cZWjW/1/ I'll add this to your ticket. Cheers |
|
I posted http://yuilibrary.com/projects/yui3/ticket/2531587 prior to that, (and 2531597 has been marked as a duplicate)
I've also found some inconsistencies with gallery and different combo roots from 3.4.1 to 3.5.0pr1 I've listed in the ticket (pending Dav's assessment if that warrants another ticket or if it's the same thing) |
|
I posted this one about YUI 2 in 3, probably a duplicate:
http://yuilibrary.com/projects/yui3/ticket/2531576 |
| Page 1 of 1 | [ 9 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group