sebawagner opened a new pull request #98: URL: https://github.com/apache/openmeetings/pull/98
This is not going to work. But just to demonstrate how close vs different this generated JS looks to ours. The kurento-utils.js was created by: npm install kurento-utils and then I created a input.js file: ` require('kurento-utils') {} ` And then I did run browserify with (you can install browserify with npm install -g browserify): browserify -s kurento-utils --bare input.js -o kurento-utils.js Which created below kurento-utils.js file. Which looks similar but not the same and it also doesn't work. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org