I've been trying to create a base JSFiddle using
https://raw.github.com/angular/angular.js/master/src/Angular.js as a way to always be able to test things with the very latest bleeding-edge version of Angular. So far I haven't had any luck because Github serves up that URL with a Content-Type of text/plain, which doesn't load as JavaScript in JSFiddle. Github also doesn't like people hotlinking to resources at their raw URL. Ideally I'd be able to link to something like
http://code.angularjs.org/snapshot/ but with the very latest code. Perhaps something like
http://code.angularjs.org/master/ could be created? Any other ideas for creating a JSFiddle that always loads the very latest version of Angular?