-
Notifications
You must be signed in to change notification settings - Fork 69
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
Namespacing introduced package duplication #318
Comments
@joshjordan and @hut8, wouldn't this kinda help #44 ? |
Reproducting the issue is simple, you only need two packages (A and B) and have A be a dependency of B. Then if you add the B package using rails-assets, the following gems are created: After if you add the A package on his own, this gem is created: In the end, you end up with three gems with a duplication for the package A: |
That seems simple to address. Thanks! On Thu, Apr 7, 2016 at 9:26 AM xire28 [email protected] wrote:
|
There seems to be two naming conventions for components:
rails-assets-BOWER_PACKAGE_NAME
rails-assets-USERNAME--BOWER_PACKAGE_NAME
So if you add a package as a dependency and then add it on his own, will get two separated package for one repository:
Using a real example, I currently have the two following gems:
The text was updated successfully, but these errors were encountered: