index.html - the entry point into the app. app.js - the top-level config script used by index.html app/ - the directory to store project-specific scripts. lib/ - the directory to hold third party ...
At some point in the recent past, Chrome added the ability to manually associate a map file with minified source. For people using the jQuery CDN, this would optimistically mean they could right click ...
I'm trying to implement fallback.js in a webapp me and my team are writing but bounced upon some issues. Loading over CDN works fine and falling back to local .js files when CDN is offline works too.