This has been fixed. The current code is:
manifest.DefineScript("jQueryEffects_Core").SetUrl("jquery.effects.core.min.js",
 "jquery.effects.core.js").SetVersion("1.8.10").SetDependencies("jQuery");


From: Gwenaël Hagenmuller [mailto:[email protected]]
Sent: Monday, June 20, 2011 1:39 AM
To: [email protected]
Subject: dependencies infinite loop

Hello,

We got a stack overflow because of something which seems to be a dependencies 
infinite loop in ResourceManifest.cs (Orchard.UI):

manifest.DefineScript("jQueryEffects_Core").SetUrl("jquery.effects.core.min.js",
 
"jquery.effects.core.js").SetVersion("1.8.10").SetDependencies("jQueryEffects_Core");

Removing SetDependencies("jQueryEffects_Core") fixes the problem but should 
there be dependencies?

Thanks
Gwena
---
You are currently subscribed to orchard-discuss as: 
[email protected]<mailto:[email protected]>.
To unsubscribe send a blank email to 
[email protected]<mailto:[email protected]>.


---
You are currently subscribed to orchard-discuss as: [email protected].
To unsubscribe send a blank email to [email protected].

Reply via email to