-
Notifications
You must be signed in to change notification settings - Fork 81
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
bower.json incorrect main path #39
Comments
@sabrehagen same problem here. Do you know any way to fix that? |
I have been manually editing my local copy of the repo, but it needs to be done every time you do a fresh bower install which is annoying. We could submit a pull request, but there are outstanding pull requests that have already been waiting for months, so the likelihood of it getting accepted is low. You could always fork your own copy, edit it there, and bower install from your repo; that's the best solution. |
Yea that sounds fair, but I will probably just do something on my own. This guy seems to have skipped town. |
This seems to be fixed in your repository. Can you please publish it to npm? |
@sabrehagen Could you go ahead and do a pull request just so others that see it may find it useful to merge into their own repos. Additionally, I would recommend mentioning facultymatt when creating issues and pull requests so he is sure to be notified. |
Another fix is to use wiredep's "overrides" property to set the correct path for the bower.json "main". |
@Stargator it's fixed in this repo, so if you clone the repo it will work, but (presumably) we're all using npm where the package hasn't been updated with the latest source from the repo. |
I'm just using bower and it still has this problem. Does anybody have a working fork? I mean, it works on my machine, but if I commit this code, it will break everyone on the team's app, as well as the development server... EDIT: Hey, got it! Just specify a version in the command line. The latest version, as of this comment, is 0.2.3-alpha.3. So I just said this at the command line:
|
Use the github repo in your bower file as the repo has the correct path, what's installed by bower is out of date. —You are receiving this because you were mentioned.Reply to this email directly or view it on GitHub |
The
main
property in your bower.json incorrectly refers tounsavedChanges.js
rather thandist/unsavedChanges.js
. This breaks tools like wiredep. Can you please update yourmain
path to reflect the correct path to the source?The text was updated successfully, but these errors were encountered: