Stuk / jszip-utils

Other
228 stars 193 forks source link

add JSZipUtils.getBinaryContent #1

Closed dduponchel closed 10 years ago

dduponchel commented 10 years ago

This pull request reuses a lot from JSZip : the grunt build, the license, the code. As said in stuk/jszip#61, getBinaryContent comes from the file browser-test-utils.js of JSZip's unit tests. The documentation uses jekyll to generate the html pages from markdown files (in the documentation folder), a preview can be seen here. I'm not really good for user interfaces so the documentation have a lot of room for improvement !

Stuk commented 10 years ago

Would the .travis.yml work here as well? So that we could get some automated testing.

dduponchel commented 10 years ago

If the encrypted secrets (SAUCE_USERNAME and SAUCE_ACCESS_KEY I think) work for this repository too, everything will work (I reused a lot from JSZip).