linkedin / dustjs

Asynchronous Javascript templating for the browser and server
http://dustjs.com
MIT License
2.91k stars 479 forks source link

Performance page not working #364

Closed goje87 closed 10 years ago

goje87 commented 11 years ago

The page @ http://linkedin.github.io/dustjs/benchmark/index.html making perf checks is not loading completely

jimmyhchan commented 11 years ago

Thanks for filing the issue.

It's currently a Chrome specific issue. The perf page uses a hotlinkedin raw.github with a no-sniff header that Chrome refuses (correctly) to load.

Temporary work around: use firefox.

The Fix: Stop pointing to raw.github. use the local ./dust-files... see commit 0b46001d7b5fc3f1e13c316dd74c8fe90b908828 in https://github.com/linkedin/dustjs/tree/gh-pages and issue #277

jimmyhchan commented 10 years ago

Fixed in #377 Thanks