I have an issue on some of the code that is generated when doing ‘coldbox create app myApp --installColdBox’ The linebreaks are I think for windows and I am on a mac. The show up as ^M^M – Not all files are like this. This file is layouts/Main.cfc http://imgur.com/JFmGI8P
Hmm, you’re right. I’m on Windows, but my IDE has always converted the line breaks for me. I assume the line endings in the repo are either not normalized OR it’s a matter of the fact that Luis usually runs the build to zip up those files on his Mac. I’m thinking there’s some magic we can do in Ant to convert those before zipping. We’ll look into it.