Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 2.19 KB

README.txt

File metadata and controls

61 lines (40 loc) · 2.19 KB

js: my javascript collections

a bunch of personal javascripts usable via CDN (jsdelivr, cloudflare or github) (last commit & releases)

  • inc.js : a javascript that replace div with class=include with the content of its data-src's attribute
  • inc-fp.js : a javascript to include and render a markdown file from framapad
  • ...

version

Examples:

Usage:

<!-- previous revision: $gitid
<script src="https://cdn.statically.io/gh/iglake/js/$gitid/dist/inc-fp.js">
-->
<!-- current revision: latest : https://github.com/iglake/js/commit/master -->
<script src="https://cdn.jsdelivr.net/gh/iglake/js@master/dist/inc-fp.min.js">
</script>

clone it with the following command : git clone https://github.com/iglake/js.git

Currently working on

ipfs-mutables.js

Last fix ...

  • fixing old publishing script