-
Notifications
You must be signed in to change notification settings - Fork 24
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
The app build support was not updated to deal with the has-config support when it was added. #193
Comments
I was hoping to be able to take advantage of the staticHasFeatures in the build profile to set the "has" values to be used by DiscoverAppBuild and configProcessHas(config), but I ran into a few problems with this:
I see two possible solutions:
Option 1 is easy to do, I am not sure how difficult it would be to do option 2. |
I'll have to defer to you on this. You have much more practical knowledge of the details here. The only other suggestion I can make is to ping Rawld and see if he has any other clever way to accomplish it. Dustin On Jul 25, 2013, at 12:33 PM, Ed Chatelain wrote:
|
I was able to do option 2 above. |
I agree, good job :) Dustin On Jul 30, 2013, at 4:12 PM, Ed Chatelain wrote:
|
We should do like dojo standard build, we include every has branch except if the has flag has been set in has staticHasFeature section in which case we use that value to include only what corresponds to it.
The text was updated successfully, but these errors were encountered: