jsfiddle 中的外部资源未定义

External resource in jsfiddle is undefined

我做了这个 github 回购 https://github.com/hollowdoor/dom_autoscroller_demo

出于某种原因,这个引用 repo 的 jsfiddle 不起作用:http://jsfiddle.net/gh/get/library/pure/hollowdoor/dom_autoscroller_demo/tree/master/Demo

外部资源未定义。

我查看了 Whosebug 上的其他答案,其中 none 似乎解决了我的具体问题。

let wtf = "stack overflow doesn't like jsfiddle without code?"

加载 dragula 库的外部资源有一个重定向。

JS Fiddle 似乎没有遵循它。

将资源更新为重定向的 link 有效。

即使用 https://unpkg.com/dragula@3.7.2/dist/dragula.js instead of https://unpkg.com/dragula/dist/dragula.js

http://jsfiddle.net/3q9wjc2s/1/

Yep, Whosebug isn't suited to debugging issues with JSFiddle itself 
in situations like this due to the necessary protections against links.