I just started with Drupal 7 and trying to learn. I really like it so far. However I'm not sure how to add fuelUX. I linked all the relevant js and css files in my theme but for some reason it throws me errors (checked in the browser console). I know these arent Drupals fault per se but I just looking around to see if someone else sucessfully implemented fuelUX (http://exacttarget.github.com/fuelux/#wizard) and knows what I'm missing?
In my case I'm trying to get the "wizard" widget working. The error I get is "Uncaught ReferenceError: define is not defined" on both all.js which includes all widgets, and the specific wizard.js which I tried to add while problemshooting.
Any clues? =)