-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add bower ? #1845
Comments
Chosen does not support command-line However, you can specify that you'd like to use the release ZIP, which includes the compiled and minified sources. Either install from the command line with
or add Chosen to your own project's {
"name": "my-project",
"version": "1.0.0",
"dependencies": {
"jquery": "1.11.0",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip"
}
} |
As of 1.4.2, Chosen supports bower installs. Read the 1.4.2 release notes for details. |
No description provided.
The text was updated successfully, but these errors were encountered: