RequireJS : Problem including jquery easing pack after optimization
问题 I want to include the jquery easing pack into my application. Before requireJS files have been 'optimized' it works fine. Now I am using the optimized version when ever I call an animation that uses easing I get this error: "jQuery.easing[jQuery.easing.def] is not a function" (firefox) "Uncaught TypeError: Property 'undefined' of object # is not a function" (chrome) I include my JS like this: <script src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.js"></script> <script src="http:/