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

Stop offering bower package #11

Open
4 tasks
takuyaa opened this issue Jul 2, 2016 · 2 comments
Open
4 tasks

Stop offering bower package #11

takuyaa opened this issue Jul 2, 2016 · 2 comments
Assignees

Comments

@takuyaa
Copy link
Owner

takuyaa commented Jul 2, 2016

Problem

Bower have no own repository, so we must put compiled builds in this git repo.

Cons:

  • Pull request will be often a large number of diffs
  • Git repository is bigger because of compiled js, docs, and binary dictionaries

To do

ref. How to drop Bower support? · Bower blog

To browser users

Migrate to npm ecosystem. Use npm, Yarn, or webpack.

Browser users could install kuromoji.js, if you use npm:

  • $ npm install kuromoji --save
  • Or, add kuromoji to the dependency field in your package.json, then $ npm install

Published bower packages until v0.0.5 remain for now. But I would like to stop publishing to bower repo.

@takuyaa takuyaa added this to the 0.1.0 milestone Jul 2, 2016
@takuyaa takuyaa self-assigned this Jul 2, 2016
@takuyaa
Copy link
Owner Author

takuyaa commented Jul 30, 2016

Stats of bower installs is increasing. http://www.npm-stats.com/~packages/bower https://bower.io/stats/
So, I would like to stop to stop offering bower package...

@takuyaa takuyaa closed this as completed Jul 30, 2016
@takuyaa
Copy link
Owner Author

takuyaa commented Mar 21, 2018

Bower is now deprecated: https://bower.io/blog/2017/how-to-migrate-away-from-bower/
We should stop to use it.

@takuyaa takuyaa reopened this Mar 21, 2018
@takuyaa takuyaa removed this from the 0.1.0 milestone Mar 21, 2018
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

1 participant