-
-
Notifications
You must be signed in to change notification settings - Fork 700
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 #175
Comments
Actually, since you have a browser build, the Bower error issue is more to do with Bower choking on |
+1 |
Looking through the bower docs I did not see anything about specifying a pre-built asset. Is this coming in the near future? It would be my preference as I can't guarantee that all dependencies will be bower-registry compatible but I can guarantee they will be in the pre-built |
I'm seeing this issue when trying to install from bower
|
Not in the near future, but eventually. The browser-build of But yes, being able to publish a single pre-built asset to the Bower registry is the ideal and it's on the roadmap :) |
Correct, the browser-build of |
Yep, should do. Bower only falls back to |
Having the same 'assertion-error not found' with bower. This is a newly introduced bug? Because a few days ago this used to work like a charm! |
Yes. Chai 1.7.0 was recently released and added a dependency to the |
* feature/bower: bower: add json file
This should be resolved with |
@logicalparadox thank you! |
@logicalparadox just tried bower cloning git://github.com/chaijs/chai.git
bower cached git://github.com/chaijs/chai.git
bower fetching chai
bower checking out chai#1.7.1
bower copying /Users/fubar/.bower/cache/chai/7333909bbdb6ee7aaa74fd94a5175994
bower installing chai#1.7.1 … but bower discover Please wait while newer package versions are being discovered
mysterycommand-github-io
├── chai#
├── jquery#2.0.2
├── mocha#1.11.0
├── modernizr#2.6.2
├── normalize-css#2.1.2
└── requirejs#2.1.6 … not sure what's going on here. Maybe one of those ignore globs is too greedy? Is it something I did? |
@mysterycommand I see the same thing... empty directory for chai in components. |
Can you test from branch https://github.com/chaijs/chai/tree/feature/bower. I don't want to do another release until we are sure it works. Thanks! |
You used a glob that ignored all files :) |
Yeah, that was my bad. If negation isn't support I made it per directory: 77f3ab5 |
I believe this is related: I just ran |
Can you test and confirm that it works before I push another release? |
Yep, worked for me. |
In release |
Please provide first-class support for use with Bower by including a
bower.json
file to specify the dependency.The text was updated successfully, but these errors were encountered: