Hi there, I saw that there is currently a dependency in the execution order of the two files:
compression/zip/zip.js compression/zip/inflate.js zip.Inflater will only be defined if the files are executed in the order above, otherwise it's undefined. The problem (at least on my machine) is that when I call 'make minify' then the inflate.js coding is put in front of the zip.js stuff in openpgp.js. Did this happend before? A solution could be to merge the two files in one. Best regards, Thomas
_______________________________________________ http://openpgpjs.org

