-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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 package for 2.9.4 release is not including dist folder and files #7927
Comments
Can this problem be fixed as soon as possible? |
bower.json is missing |
Hello, Same problem here. Our project uses angular-chart.js dependency, and angular-chart.js bower.json is too permissive (version 2.X of Chart.js). Chart.js version 2.9.3 is OK, but version 2.9.4 fails, so our web application crashs. Can we help you to solve the problem ? |
@f3cp @HereWeR @pblanchardie @fresnault I believe I have fixed this issue by repushing the v2.9.4 tag here on GitHub. I can see the dist folder & bower.json file. Can you confirm that this works for you? |
@etimberg It's good for us after cleaning bower cache. Thank you for fixing this so quickly. |
Expected Behavior
Using bower install for 2.9.4 should install distribution package
e.g. include "dist" folder and files
Current Behavior
Package installs the gihub repo code
Steps to Reproduce
Run "bower install" with 2.9.4 release as a dependency
Context
Existing builds fail as the 'dist' folder and expected files are missing
The text was updated successfully, but these errors were encountered: