h5bp/mobile-boilerplate

Consider adding jQuery Source Maps

drublic opened this issue · 1 comments

As we are not using jQuery from the CDN in this project, we could add the Source Map for better debugging.

Please see h5bp/html5-boilerplate#1300 for further details.

Basically devs will use files that are not concatenated in development. We provide the jQuery source minified which might throw errors that are not really identifiable. With Source Maps we would improve the debugging experience.

On the down-side we would also have to add jQuery unminified again, which would be a duplication in the code that I'm not a fan of.

What's your opinion on that?

This idea sounds good to me - I'm not opposed to including both compressed and uncompressed versions of jQuery.