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 - How to display all orders for a single product showing the most recent first? Woocommerce -

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

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -