I am having trouble working out the best way to add a jquery plugin when using requireJS to structure my javascript.
The plugins seem to be recognised before I optimize my scripts but then after optimization they don't seem to be found as part of the jquery object. My specifc case regard the jQuery easing pack.
I get the error:
Uncaught TypeError: Object # has no method 'easeOutBack'
Can you help me out?