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

Can we provide a bower module for this please? #76

Closed
volkovasystems opened this issue Jan 7, 2017 · 6 comments
Closed

Can we provide a bower module for this please? #76

volkovasystems opened this issue Jan 7, 2017 · 6 comments

Comments

@volkovasystems
Copy link

No description provided.

@ericelliott
Copy link
Collaborator

Try bower install cuid.

We no longer advertise Bower support because Bower is obsolete. It is no longer actively maintained, and you should try to migrate your codebase to use ES6 modules with something like Webpack as soon as possible.

@volkovasystems
Copy link
Author

there's no news in bower that they are obsolete plus the last commit was nov 8, 2016, I want to know where did you get that info.

@ericelliott
Copy link
Collaborator

Compare that commit activity to 2 years ago. Compare currently "active" maintainers to the early project maintainers. The early maintainers have long since left the project.

Bower never gained the momentum of npm -- never even came close, and today, most projects are bundling for the front-end using Webpack (some browserify, some rollup).

New projects supporting Bower are rare. Old projects dropping Bower support are common. TypeScript, currently the most popular compile-to-JS solution doesn't even mention Bower in its build tool integration docs.

Likewise, many of the most popular libraries such as Lodash no longer mention Bower install in their docs.

The writing is on the wall for Bower. I wouldn't use it for new projects, and I'd start to migrate legacy projects if they require frequent, ongoing maintenance.

@volkovasystems
Copy link
Author

Sad :(

@ericelliott
Copy link
Collaborator

Well, there is a version on Bower. Does the bower install work for you? Looks like ~15% of the JS world is still using it.

@volkovasystems
Copy link
Author

Yes, but I'll monitor bower regarding what you said. Right now, I'm trying to think how we will reconfigure our webpack configurations for all our modules. 😄

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

No branches or pull requests

2 participants