I just downloaded and setup Meteora and found I was unable to load file from the Plugins directory, so just to test, I included a file from each of the Meteora directories as so:
Meteora.uses('Meteora.Form'); Meteora.uses('Plugins.Accordion'); Meteora.uses('Plugins.Scroller'); Meteora.uses('Native.Array'); Meteora.uses('Selectors.Selectors'); Meteora.uses('Utilities.DomReady'); Meteora.uses('Request.Request'); Meteora.uses('Fx.Scroll'); Meteora.uses('Element.Element'); Meteora.uses('Drag.Drag'); Meteora.uses('Core.Browser'); Meteora.uses('Class.Class');
and I get two failures with an alert: Plugins.Accordion Unknown dependency. Selectors.Selectors Unknown dependency.
I am not really sure what is going wrong here, any thoughts?