isso/isso/js/build.count.js
Martin Zimmermann 45d4e18aef new /count?uri=path and count.js
A separate (minified) JS to load only the comment count for each
`<a href="...#isso-thread">...</a>` link. If there are no comments,
return a 404, otherwise return the number JSON formatted.

To built `count.ks`, run `r.js -o build.count.js`.
2013-09-12 17:22:37 +02:00

8 lines
111 B
JavaScript

({
bseUrl: ".",
name: "lib/almond",
include: ['count'],
out: "count.min.js",
wrap: true
})