Hi,
I came across an issue that took me quite a while to fix. One of the main problem was debugging code that is minified or stepping through minified code to be more precise. What's the best way to deal with this? In my particular case I had to step through jquery ui code and what I did in the end is actually edit the minified code to separate specific parts of the code into separate lines so it was easy to step through it. not a nice task!
There is a development bundle but the files are separate there so it didn't seem to help. Isn't a non minified version jquery ui available? I had a custom built download but I would have thought the packager would provide a non minified version as well as the separate files to help in debugging situations.
Any pointers would be much appreciated for the next time I get into the same situation.
Thanks
Ziad