-
Notifications
You must be signed in to change notification settings - Fork 189
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 Bower package management #213
Comments
+1 |
@basecode Do you have any thoughts on this? |
Hi @Siyfion, thank you for your feedback! Providing a ready-to-use package sounds doable. I'd like to see how bower is integrated in other projects first. Could you point me to a good project please? |
Of course, SugarJS recently extended their bower support to the latest specs, so this project and |
+1 |
2 similar comments
+1 |
+1 |
+1 From browsing around, it looks like there are two general strategies here:
I'll probably end up forking and doing option 1 if I keep using rails-assets on my project. I'll submit a pull if that's the case, but long-term this would have to be maintained by the devs. |
👍 Also a note for people needing a solution now: |
Currently the bower links directly to the github repo, which means that after getting the latest version it first has to be built before being usable. This goes against the idea of bower containing ready-to-use packages.
So could we look into adding a
bower.json
file, and including a pre-built version in the tagged releases?The text was updated successfully, but these errors were encountered: