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

php - Autoloader issue not returning Class -

java - How to put two numbers separated by a space into two different arrays -

c++ - Why am i getting wrong values when performing PE base relocation? -