Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

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

Closed
felixhammerl opened this issue Mar 28, 2016 · 7 comments
Closed

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

felixhammerl opened this issue Mar 28, 2016 · 7 comments

Comments

@felixhammerl
Copy link
Contributor

Steps to reproduce:

  • build library
  • include via script tag
  • see an error popping up from the following line: goog.importScript_(goog.basePath + "deps.js");

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

What's this about?

@sirdarckcat
Copy link
Member

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

@felixhammerl
Copy link
Contributor Author

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

@sirdarckcat
Copy link
Member

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
Copy link
Contributor Author

yup :)

@sirdarckcat
Copy link
Member

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

@sirdarckcat
Copy link
Member

did it fix it?

@sirdarckcat
Copy link
Member

please reopen if its still a problem

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants