Skip to content
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

Single file fetching with multiple modules #15

Open
thanpolas opened this issue Nov 4, 2013 · 0 comments
Open

Single file fetching with multiple modules #15

thanpolas opened this issue Nov 4, 2013 · 0 comments

Comments

@thanpolas
Copy link
Owner

The current implementation of multiple modules requires that all the separate modules are pre-build before they can be fetched by the core when on development.

To implement such a workflow requires a build-step for each modification that happens in any of the modules. While this flow can easily be implemented with nowdays automation tools, it is far from optimal.

To solve this issue and enable single file fetching for all multiple modules the goog.provide and goog.require functions would need to be enhanced.

Clap hands if you need this done =)

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

No branches or pull requests

1 participant