Hi,
I have set up a post-build event to concatenate various javascript files into one file. It executes a batch file that contains the following command -
copy myscriptA.js + myscriptB.js fullscript.js
However after this executes the line endings are messed up and I get javascript syntax errors.
Does anyone know a good solution to this?