I'm not sure if I will use squishIt page by page or use one combined file with all JS in the project. I'm a bit worried that some global variables in my js files will crash into each other. Does squishIt deal with this?
I know that there shouldn't be any global variables. But isn't me that build the project so here I am with alot of JS and with global variables.
Quite same question about functions. What happens if I have the same name of some functions in different JS files and the combined them into one?
Is .ForeRelease() purpose to make it work without changeing debug into false in web.config?