-
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
Add support for Bowerfile #121
Comments
I agree with this, for the seperation of assets and gems is a must, and bowerfile is actually quite nice 👍 from me |
I haven't tried rails-assets yet, but I find your idea very cool! 👍 for flexibility in asset management. |
Hi, thanks for this issue :) I like the idea of joining forces. I read all the source and issues of bower-rails, and I see few issues that need to be resolved first:
What I don't like about rails-assets:
For long time I'm planning extracting conversion logic to gem (#55), but sincerely we don't have enough human resources. Since beginning of next month I'm reducing my daily job time to have more time on open source projects so there should be more progress. As far as sole format of |
If you'd like to allow committing modified repositories under
|
I agree with @sheerun that the centralization of RA.org is a pitfall, I have had a couple of builds fail in CI due to the fact that RA.org was slow or unreachable. |
Both teams agreed to join forces, and create solution sharing best parts of both worlds 🍰 If anyone is interested in pushing things forward, please email me at [email protected] |
👍 |
Add a configurable option (clean_before_precompile) that invokes rake bower:clean task Reason: Many bower components are missing critical entries in main, or act as collection of libraries, so no there's no main entry on purpose Reference: tenex/rails-assets#121 (comment)
Seconded for support for pointing to project branches. This is quite commonly my workflow where I'm actually working off a fork of a project and not the project itself because I've contributed bug fixes or features that I need right now. |
If the merged solution doesn't require to install bower on production server I think it is good. What I like about rails-assets is that I don't need to install the full node stack to have bower stuff in my ruby project. |
This feature won't be implemented anytime soon. Maybe for new standalone gem, but not this project. |
I've used bower-rails and rails-assets and both have their advantages.
rails-assets
pros:
cons:
bower-rails
pros:
cons:
Suggestion
Add support for Bowerfile and merge the two efforts into creating a common file format.
What will this do?
And check out it's current documentation. https://github.com/42dev/bower-rails#ruby-dsl-configuration
Thoughts?
cc: @SergeyKishenin @rharriso
The text was updated successfully, but these errors were encountered: