I see a JS bug in a library and want to show this to the maintainer of the library.
First I tried to create a gist. But I can't server HTML via github. Then I tried rawgit.com. But this cached the page. Updates to my code are not visible.
I would like to have a permalink to the latest version.
Then I tried JSFiddle. Same here. I could not find a way to have a permalink to the newest version.
How to serve a simple public page for a small HTML+JS snippet?
I guess I am missing a public service which offers this (or an option in JSFiddle).
My data:
- simple HTML file, only a few bytes
- a custom JS file, only a few bytes.
- a external JS file (JS library)
- jquery.