I'm writing some JS for analytic event tracking. Part of my function is a e.preventdefault(). This is temporary thing, but when i view the compressed JS, this has been changed to n.preventdefault() which gives an error. So, is there a way to have the raw JS (and css) for dev, without adjusted to JS call?