google / end-to-end

End-To-End is a crypto library to encrypt, decrypt, digital sign, and verify signed messages (implementing OpenPGP)
Apache License 2.0
4.13k stars 298 forks source link

goog.importScript_(goog.basePath + "deps.js"); #370

Closed felixhammerl closed 8 years ago

felixhammerl commented 8 years ago

Steps to reproduce:

screen shot 2016-03-28 at 9 28 47 pm

What's this about?

sirdarckcat commented 8 years ago

does it work even with the error? or does it abort?

felixhammerl commented 8 years ago

it seems to work even with the error, at least i haven't seen it breaking.

sirdarckcat commented 8 years ago

ah, then yea, the reason is because closure is looking for the deps file (which says where to find different files when goog.require()). I think this shouldn't happen when goog.COMPILED is true. How did you build the library? as the instructions?

felixhammerl commented 8 years ago

yup :)

sirdarckcat commented 8 years ago

ok, Im syncing the codebases so will try to fix this on the way

sirdarckcat commented 8 years ago

did it fix it?

sirdarckcat commented 8 years ago

please reopen if its still a problem