-
Notifications
You must be signed in to change notification settings - Fork 2
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
Modularization helper #168
Comments
Closed
Closed
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 4, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 4, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 4, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 4, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 5, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 5, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 5, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 5, 2017
require calls in CommonJS modules will be fetched upon format detection
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 6, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 6, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 6, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 6, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 14, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 16, 2017
ArnaudBuchholz
added a commit
that referenced
this issue
Oct 16, 2017
First version of documentation finalized. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer, I want a way to include resource files and be notified when it has been loaded and evaluated
Acceptance criteria:
gpf.require.define
, it accepts up to two parameters: a dictionary specifying the dependant resources and a factory function. The optional result of the factory function is associated to the resource file so that if the resource is required a second time, this result is recalled.gpf.require.configure
that is used for the first gpf.require call.require
andmodule.exports
from CommonJS. The resource is associated with the value assigned tomodule.exports
.define
operator. The resource is associated with the result value of the factory function.gpf.require
. The resource is associated with the result value of the factory function.The text was updated successfully, but these errors were encountered: