CodePen 使用 GitHib 的函式庫網址

如果你的 CodePen 有使用 host 在 GitHub 的函式庫,domain 在 raw.githubusercontent.com 的會出現 MIME Type 錯誤。

例如以下網址:http://raw.githubusercontent.com/user/repo/branch/file.js

如果是在非生產環境,像是 jsFiddle請將 domain 改成 rawgit.com,成為 http://rawgit.com/user/repo/branch/file.js。

如果是生產環境,請將 domain 改成 cdn.rawgit.com,成為 http://cdn.rawgit.com/user/repo/branch/file.js。

來源為以下CodePen:

See the Pen Link and execute external JavaScript file hosted on GitHub by Jon Vadillo (@jonvadillo) on CodePen.