Skip to content
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 install (0.2.8) not delivering release directory? #766

Closed
ninjatronic opened this issue Jan 16, 2014 · 13 comments · Fixed by #768
Closed

Bower install (0.2.8) not delivering release directory? #766

ninjatronic opened this issue Jan 16, 2014 · 13 comments · Fixed by #768

Comments

@ninjatronic
Copy link

The delivery from bower install angular-ui-router#0.2.8 does not have any content in the release directory.

0.2.7 still works fine

@axelav
Copy link

axelav commented Jan 16, 2014

having the same issue:

Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module ui.router due to:

@racker80
Copy link

Yea, same issue. glad i'm not going crazy. ;)

@MichielDeMey
Copy link
Contributor

Same issue here, breaks our build system.
Who thought it was a good idea to exclude all JavaScript files?

@RBLU
Copy link

RBLU commented Jan 16, 2014

same issue here - well, those ~ dependencies come at a price we sometimes just have to pay.

@RBLU
Copy link

RBLU commented Jan 17, 2014

Hello @nateabele
Your fix in #768 certainly fixes this issue, but only in HEAD because the fixing commit is not part of version 0.2.8 - so everyone who has something like ~0.2.0 or ~0.2.7 in their .bower.json still gets automatically the non-working 0.2.8 version which is breaking the builds. Is it possible to release a quick 0.2.9? or somehow sneak your commit into 0.2.8?

RBLU added a commit to YouPers/yp-ewl-webclient that referenced this issue Jan 17, 2014
@MichielDeMey
Copy link
Contributor

If you want, you can specify this in your Bower.json file for now.
[email protected]:angular-ui/ui-router.git#master

But I agree, a release would be nice.

@thvd
Copy link

thvd commented Jan 17, 2014

+1 for quick new release of 0.2.9!

@eduardomb
Copy link
Contributor

It would be great if a 0.2.9 could be released with this fix. Meanwhile, the best I could do for my project was:

bower install angular-ui-router#ccdab193315f304eb3be5f5b97c47a926c79263e --save

@xeor
Copy link

xeor commented Jan 17, 2014

This still doesn’t work. ui-router is as now broken for every new install. Bump the version or prople will get frustrated..

@nateabele
Copy link
Contributor

Sorry, thought I commented before closing: https://github.com/angular-ui/ui-router/releases/tag/0.2.8-bowratic-tedium

@jasonals
Copy link

You're closing these but it's still not on bower.

@MichielDeMey
Copy link
Contributor

Please see the above link. (https://github.com/angular-ui/ui-router/releases/tag/0.2.8-bowratic-tedium)
They did push it an hour ago.

It might take a while for Bower to pick up the changes. Be patient.

@nateabele
Copy link
Contributor

Is there a way to tell Bower to do a force-refresh?

RBLU added a commit to YouPers/yp-ewl-webclient that referenced this issue Jan 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

10 participants