-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixing the booboo I made back in 2009 #193
Comments
Personally, I think |
No doubt, but I also doubt if the developers are actually looking at the On Wed, 5 Aug 2015 12:32 Kroc Camen [email protected] wrote:
|
Maybe create a web page listing the alternative solutions (bower, npm, CDNs...) and simply link to it in the console. A console message is a good solution and worked great for sockjs when they discontinued their own CDN and motivated all users to switch to a third-party one(jsDelivr). |
What about throwing in there: |
The original version of this blog post told reads to hotlink to the code.google.com project directory to get their HTML5 enable-goodness.
Since then, I've been schooled in the error of my ways, and if you happen to land on (either of) the HTML5 shiv projects, you'll get redirected to this repo. Yay.
But Google being the beast that it is, is shutting down code.google.com. Obviously. ¯_(ツ)_/¯
The impact? Well, the redirect that I mention earlier is great, except it does nothing for this particular link: http://html5shiv.googlecode.com/svn/trunk/html5.js
I think this is the real issue that come 2016, this link will break and likely break a fair sized chunk of web sites (aside: I guess that's a legacy I can kinda be proud of...it's one for the books at least...).
So, I'm proposing at least me pushing a change to the svn repos (on code.google) that includes a
console.warn
. It's a start, but I think there may have to be a bigger initiative to warn people and get them moving to their own local version, running from a(nother) CDN (wikipedia points to cloudflare today) or if it all possible, use Mr Sir Gentleman Uber Knight @paulirish's mega-connections (given he's 2nd in line to the crown of Google-dom) to get some kind of redirect in place on a permanent basis.In the short term, any thoughts on the
console.warn
message?The text was updated successfully, but these errors were encountered: