-
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
Bower Registration #5
Comments
There are already two modules just on the javascript side and Bower really expects to have a 1-to-1 relation between package and repository. More packages are expected, for example for having predefined serializers. So I can imagine one single package out of which one would cherry-pick what they need. From my understanding of Bower it really exposes paths to the source code. It sounds quite dangerous to link to Then one could obviously imagine splitting the repository, but I don't really like it because if one wants to do a cross module change in an 'atomic' manner, that would no longer work. So what should be published under Bower? |
We could either have git sub modules for each js module or one single On Mon, Feb 17, 2014 at 11:30 AM, Mathieu Bruyen
Best regards, |
I may be wrong because I do not heavily use them but I think if you make changes inside submodules it won't appear on a |
As part of the termination reworking, both packages have been merged into one. A solution for upcoming releases would then be to publish this unified core module in Bower and see when new modules (serializers, source providers) are needed how to publish them too. Currently working on it in the termination branch. |
Find a solution to allow bower registration but keep only one version for all modules
The text was updated successfully, but these errors were encountered: