You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chosen does not support command-line bower install chosen installation. This is because the repo does not contain the compiled sources, and bower does not currently support adding a post-install/build step.
However, you can specify that you'd like to use the release ZIP, which includes the compiled and minified sources.
The
dist/
directory is listed in your.gitignore
file.When installing with
bower install chosen
, the repo is pulled down, and it does not contain thedist/
folder.I am assuming this is where the plugin actually is. Without that folder, there's no real point in having a bower package. Am I missing something?
The text was updated successfully, but these errors were encountered: