I am in the odd situation of needing to concatenate the result of browserify with some other scripts. The file generated by browserify is a self-executing anonymous function, but it doesn't have a semicolon at the end. In my case, it is followed by another parentheses wrapped self executing anonymous function. This causes an "uncaught object" error.
I am in the odd situation of needing to concatenate the result of browserify with some other scripts. The file generated by browserify is a self-executing anonymous function, but it doesn't have a semicolon at the end. In my case, it is followed by another parentheses wrapped self executing anonymous function. This causes an "uncaught object" error.