You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By nature, this module cannot be used per case because the point is:
Sharing the Gruntfile edition in order to allow composability of multiple configs
Being binded to the yeoman in memory file-system
As so, I feel if we expect people to use it, then we must provide the interface inside the generators. Composability is still new and haven't been used a whole lot in our official generators. I believe it is still too early to make a judgement calls on the removal of composability features.
A thing we could do though is extract the logic of sharing the Gruntfile to a generator subclass or in a mixin. So people who don't need it won't have it.
While the generator system is supposed to be generic this API is highly specific to a use-case.
Would be better for users needing it to just
require()
it themselves.generator/lib/base.js
Lines 157 to 179 in b611741
@SBoudrias Thoughts?
The text was updated successfully, but these errors were encountered: