mathiasbynens / jsperf.com

jsPerf.com source code
http://jsperf.com/
Other
473 stars 56 forks source link

Why the script error? #208

Closed binarykitchen closed 9 years ago

binarykitchen commented 9 years ago
Script error..

    message: Script error.
    fileName: http://raw.githubusercontent.com/toots/buffer-browserify/master/index.js
    lineNumber: 0

Happens when I put this at the beginning of the preparation code:

<script src="//raw.githubusercontent.com/toots/buffer-browserify/master/index.js"></script>
jdalton commented 9 years ago

GitHub serves their raw code as plain text. To work around that try using rawgit instead.

binarykitchen commented 9 years ago

Thanks!!