-
Notifications
You must be signed in to change notification settings - Fork 146
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 bower.json for bower support #136
Comments
I'm not using bower, I'll be glad if someone else could do it and check it works as expected. |
Here is my fork, this would be a valid bower.json (the paths have be aligned) https://github.com/mrzmyr/jQRangeSlider/blob/master/bower.json |
Thanks for your work! Just a question: where do the minified versions of js files come from? They are not pushed in the repo, and they are the result of a grunt script. How does it work? |
I pushed them in there to handle them easily after a |
That's why I don't want to suport bower at this time: I don't want to add minified files in my git repo. |
Hi guys, We also use bower for our dependencies and a lot of js libs include a dist dir with final js and minified js. Regards |
It would be great to have a
bower.json
(define a package) in the repo for bower support and also register it in the collection of repos.This avoids to clone the whole repo as dependency in bower (which is highly discussed here).
The text was updated successfully, but these errors were encountered: