Closed felixhammerl closed 8 years ago
does it work even with the error? or does it abort?
it seems to work even with the error, at least i haven't seen it breaking.
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?
yup :)
ok, Im syncing the codebases so will try to fix this on the way
did it fix it?
please reopen if its still a problem
Steps to reproduce:
goog.importScript_(goog.basePath + "deps.js");
What's this about?