-
-
Notifications
You must be signed in to change notification settings - Fork 735
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
/dist folder missing when using bower #148
Comments
Per #129, this project will be removing bower support. v6.0 broke it anyways for non-ES6 browsers, and in 2016 it's long past time for folks to be using npm + browserify/webpack to consume JS assets. I could certainly restore the |
Fully understand that bower support will be removed and there are much better ways of consuming JS assets. I created this issue mainly because a minor version increase to Maybe just a notice on the README that bower support has been / will be dropped would be nice. |
That's a really fair point, technically removing I'll revert it for now, and wait to remove |
It seems this folder is gone again in 6.9.5 (I think it was there in 6.5.2). Edit: I just checked, and it was in 6.9.4, but not in 6.9.5. I would be very grateful if this folder could remain through the 6.x version of the library. |
This was an unintentional regression in d4f6c32; i'll publish a v6.9.6 shortly that restores it. While I'm committed to maintaining bower compatibility until v7, I would also strongly encourage you to migrate away from a 3-5 years deprecated curl wrapper. |
v6.9.6 is published, sorry for the inconvenience. |
Thank you so much @ljharb. |
In
v6.0.0
, there was a/dist
checked into the repository which worked for both bower and npm installs.However, now the
/dist
generation has been moved toprepublish
inpackage.json
, this only works for npm. Which breaks any workflows with bower that were depending on the builtqs.js
file being present.One solution would be to generate
/dist
on one of the bower hooks.The text was updated successfully, but these errors were encountered: