-
Notifications
You must be signed in to change notification settings - Fork 20.6k
bower: Define main section in bower.json #1338
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
Conversation
The main section defines what files to use in Bower packages that are consuming the component: https://github.com/bower/bower Referencing a non-minified version would be even better but grunt didn't build one in dist/
We plan on supporting bower a bit differently (pending an update to bower). Also, the entire dist folder is ignored by git. |
Still unable to use the latest version (2.1.0) with bower and grunt, because bower-install component relies on main section, which is missing |
I can second that the change has broken my workflow. I use wiredep to hook up jQuery and this breaks that. |
It also breaks the |
fwiw, I've had good luck with the version here: https://github.com/components/jquery |
@ethanmcc They are planning on removing it: components/jquery#41. But hopefully not until this repo figures out what it's gonna do with it's bower.json...? |
Bower install broken. Had to hardcode components/jquery to get things working again. |
… property Fixes #14798 Close jquerygh-1516 Ref jquerygh-1338
Ref #14798 Ref jquerygh-1516 Ref jquerygh-1338
Is there any word on this? I'm still hardcoding my require file with the actual location of jquery 6 months later. |
@zkwentz The change has been made, but it will not take effect until we publish the next version of jQuery. |
Thanks very much @timmywil. |
… property Fixes #14798 Close jquerygh-1516 Ref jquerygh-1338 Conflicts: bower.json
Ref #14798 Ref jquerygh-1516 Ref jquerygh-1338
The main section defines what files to use in Bower packages that are consuming the component: https://github.com/bower/bower
Referencing a non-minified version would be even better but grunt didn't build one in dist/