cgiffard / Captionator

HTML5 polyfill for closed captioning with the <track> element, and implements the WHATWG Timed Text Track specification.
captionatorjs.com
300 stars 66 forks source link

Which files need to be hosted #48

Closed LeaYeh closed 8 years ago

LeaYeh commented 8 years ago

hi @cgiffard we are cdnjs team, we want to host your project on cdnjs. But I don't know which files in this repo need to be added, could you help up find out the main files? :)

cgiffard commented 8 years ago

Hi — just /js/captionator-min.js for the minified version, and /js/captionator.js for the unminified version. Everything else is used in build, or is an example.

Let me know how you go. :)

PeterDaveHello commented 8 years ago

Hi @cgiffard , what about the css/captions.css?

cgiffard commented 8 years ago

Nope, it's all built into the one file.