(Typing from phone) can you use `git bisect` to find the commit that breaks things?
--
You received this message because you are subscribed to the Google Groups "SIP.js" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sip_js+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You might have found this by now, but it looks like your problem isn't in the compilation stage. Open http://JSFiddle.net/P7bNY , which uses your build, and see the js console log.
How are you including the compiled file in your application?
(Still on phone BTW)
Can you recreate the JSFiddle locally, with an index.HTML that only includes your sip.js build, logs out the value of window.SIP, and does nothing else? It sounds like the rest of your application code may somehow be causing the problem.
Note that browserify is now used to compile sip.js. You might want to see if that commit is the one that things break with. https://github.com/onsip/SIP.js/commit/ba42061de02081de967c9448b139a41626cade56
I was able to modify the requireJS.js file from your earlier post to work correctly with your SIP.js build: http://jsfiddle.net/e2UAm/
Thanks for the explanation!
Does that mean you were able to get it working?
window.SIP = SIP