Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

9
  • Are you really working with minified JavaScript too? I hope not! Must be actually funny to do it, and to try to remember what every meaningless a, b ... aa, etc. variable does, without being authorized to add comments to source code. Commented Jul 10, 2011 at 12:50
  • no, I have js source which is of course not minified. I make changes to the source. when the changes are done, I minify it and work in dev with this minified js. Commented Jul 10, 2011 at 13:08
  • 2
    -1 How are you supposed to debug a minified file? Commented Jul 10, 2011 at 20:52
  • using chrome, firebug, have of you not heard/used these? Commented Jul 11, 2011 at 0:43
  • 1
    I don't understand why the answer is downvoted. Of course, the answer covers only a small part of a question and only applies to CSS, but for this part, is gives a perfectly valid suggestion: working with partially-minified CSS is a good start if the developers agree to do it and there are no style guidelines against it. Commented Jul 11, 2011 at 3:31