premasagar / pablo

Pablo is a lightweight, expressive JavaScript SVG library. Pablo creates interactive drawings with SVG (Scalable Vector Graphics), giving access to all of SVG's granularity and power.
https://pablojs.com
MIT License
413 stars 16 forks source link

Verify that Internet Explorer loads script loaded without proper mime type #65

Closed premasagar closed 11 years ago

premasagar commented 11 years ago

On http://pablojs.com, the raw pablo.js hosted from GitHub Pages is served, but it is served with the mime type of 'text/plain'. IE (versions?) can choke on such things.

This would also be a problem for the test suite in the gh-pages branch: http://pablojs.com/tests/

premasagar commented 11 years ago

Now hosting pablo.js and pablo.min.js in gh-pages in /downloads folder to avoid this issue.