When you're trying to step through your JS in a debugger, it's a royal pain to find yourself in a morass of compressed jQuery source. When I'm doing serious JS work, I swap out jquery.js for a copy of the full version. It occurred to me it would be nice to have a devel module setting to do the same thing. Patch for D7 forthcoming.

CommentFileSizeAuthor
#1 904862-1-uncompressed-js.patch169.02 KBksenzee
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ksenzee’s picture

Status: Active » Needs review
FileSize
169.02 KB

Here's the patch. (It also includes one tiny docblock fix to an unrelated function. Kittens everywhere are protesting, I know.)

moshe weitzman’s picture

I've wanted this too. I'd love some feedback from others before I commit this.

moshe weitzman’s picture

Status: Needs review » Fixed

Updated for 1.4.4 and committed. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.