-
Notifications
You must be signed in to change notification settings - Fork 35
Compatibility for better simulator reloads #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This fixes the problem where multiple requests would be made for a dynamically loaded file. It also allows for squashing of equivalent sources with different http paths (eg. "http://mysite.com/modules/x.js" and "modules/x.js")
packages/jsio.js
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe getNamespace should live outside of jsio since it seems to be devkit-specific
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there no way to identify a running jsio app? Seems like there must be (I thought CONFIG was from jsio not devkit)
Conflicts: packages/preprocessors/compiler.js
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why are these functions moving into ENV?
|
I don't understand the concept of namespaces. Maybe it's the function calling convention: What's a namespace and how might it be used? |
See play-co/devkit#238