Hi everyone,
Looking for help here!
I am working on a plugin for connecting C2 to an ASP.NET SignalR server code. (http://www.asp.net/signalr/overview/signalr-20)
I have included all SignalR JavaScript code required in the plugin. It also required jQuery in order to work correctly.
Everything works fine in preview mode and when the JavaScript is not minify, see here:
http://signalr.progistic.com/fridaynight/index.html
I do have and an error as soon as I minify the JavaScript when exporting. It complains that jQuery was not found:
http://signalr.progistic.com/fridaynight_mini/index.html
Is there something I need to do in my plugin to ensure jQuery is present?
Thanks for your help.