When I work with html or php that has javascript embedded, especially, if the script has been minified in one file but not the other, the minified script is on one long line (because there are no line breaks) while the non-minified code may be on multiple lines for readability. BC3 will show all of that as differences even though they are the same minus the line breaks.
I have the same issues for some php scripting as well as css files all of which are often written with line breaks for readability during development, but then minified for production.
I love BC3 for most things, but this really frustrates me. I keep thinking that there must be a better way! ;-)
I have the same issues for some php scripting as well as css files all of which are often written with line breaks for readability during development, but then minified for production.
I love BC3 for most things, but this really frustrates me. I keep thinking that there must be a better way! ;-)
Comment