javascript - External resource in jsfiddle is undefined -


i have made github repo https://github.com/hollowdoor/dom_autoscroller_demo

for reason jsfiddle referencing repo doesn't work: http://jsfiddle.net/gh/get/library/pure/hollowdoor/dom_autoscroller_demo/tree/master/demo

the external resources left undefined.

i have looked @ other answers on stackoverflow, , none of seem address specific problem.

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

there redirect on external resouce loads dragula library.

it seem js fiddle doesn't follow it.

updating resource redirected link works.

i.e. using 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, stackoverflow isn't suited debugging issues jsfiddle  in situations due necessary protections against links. 

Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -