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

Modules with create:true should generate a stub when added to stubModules #432

Closed
rjgotten opened this issue Apr 22, 2013 · 0 comments
Closed
Milestone

Comments

@rjgotten
Copy link

If create:true is specified for a module and the module is build-time generated, then it will currently not have a define('<module id>', {}) stub generated when said module's id is also present in the stubModules array.

Having build-time generated modules contain a define call may be necessary to properly support scenarios where enforceDefine:true is used. I've run into atleast one case where this was indeed a necessity and quickly found out that it was a pain to set up the build script to generate these define calls in another way.

@jrburke jrburke closed this as completed in ca5c312 May 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant