matt.chugg
Moderator
Its generally not a good idea to load multiple versions of the jQuery Library, unless loaded using noConflict().
http://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page
I find loading them from the google, or jQuery CDN useful too (also meaning you could knock a few kb off the build size)
Javascript files can also be referenced using a querystring as per my post #22 in this thread to prevent caching instead of file renaming.
However, I really don't want to take anything away from the great work done in getting this implemented, it's certainly a better experience now! Thanks!
http://stackoverflow.com/questions/1566595/can-i-use-multiple-versions-of-jquery-on-the-same-page
I find loading them from the google, or jQuery CDN useful too (also meaning you could knock a few kb off the build size)
Javascript files can also be referenced using a querystring as per my post #22 in this thread to prevent caching instead of file renaming.
However, I really don't want to take anything away from the great work done in getting this implemented, it's certainly a better experience now! Thanks!