-
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
chosen.css and chosen.jquery.js not in github? #1472
Comments
Because those files are generated from the SASS and CoffeeScript source files, they are not checked in. If you want the compiled sources, you can check out the releases page which has the full downloads with the generated files. If you're interested in building the files yourself, see https://github.com/harvesthq/chosen/blob/master/contributing.md#using-coffeescript-and-grunt |
@tjschuck - Thanks for the speedy response. I did see the releases page, but I didn't understand what I was looking at. If I understand you correctly:
Would it be possible to include a note to that effect in the Releases page? People can use that archive to get started right away with the excitement of using Chosen. Many thanks. |
@richb-hanover Yep, you've got the gist of it.
Unfortunately, I don't think there's a way for us to add a persistent note to the Releases page about what the linked downloads include. We'd have to add the instructions to the release notes of every released version, and that could get noisy very quickly. Instructions similar to what you're requesting could be added to the setup section of the docs, though. I opened a new issue to that effect. Feel free to submit a pull request to fix the docs if you have the time and inclination! |
Here's a (potentially simplistic) suggestion: I think the problem is that you need a better name for the prebuilt files. When you removed them from the repo a month ago, it looks as if you also created a "bundle" to hold them. Alternatively, you could call them the "prebuilt files" to distinguish them from the "source files". You can then:
|
I don't think we can change the text of the button on the release page as this is a github page, not a page created by Chosen |
I think the button is named whatever the zipped file is named. I'll defer to @pfiller on whether he wants to change the name. |
Removing the compiled final files throws a bit spanner in the works for people using Bower as their package manager. I now have to figure out how to make compiling the source part of the Bower install for this package. |
@stephencarr Chosen does not support command-line However, you can specify that you'd like to use the release ZIP file in your own project's {
"name": "my-project",
"version": "1.0.0",
"dependencies": {
"jquery": "1.10.2",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip"
}
} |
I created a bower package for chosen. Get it with |
I repeat what I said at #1333
|
As of 1.4.2, Chosen supports bower installs. Read the 1.4.2 release notes for details. |
I'm completely new at this, but I don't see either the CSS or JS files for Chosen in the repo. Am I missing something? Thanks.
The text was updated successfully, but these errors were encountered: