We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use https://rails-assets.org/components to import BootstrapFormHelpers using Bower.
While installing, I get this message:
I'm not exactly sure what it means, but I googled and found other projects with issues about this as well, e.g. harvesthq/chosen#1811.
So I wanted to ask what's this all about and fix it. Thank you.
The text was updated successfully, but these errors were encountered:
After some research I found out that for bower to load the correct files, a main definition is needed.
main
Something like this should work:
{ "name": "bootstrap-formhelpers", "version": "2.3.0", "main": ["./dist/js/bootstrap-formhelpers.js", "./dist/css/bootstrap-formhelpers.css"], "homepage": "http://bootstrapformhelpers.com", ...
Please add this as soon as possible so I can integrate the formhelpers into my project.
Sorry, something went wrong.
Add main assets to bower.json
b69c701
Closes winmarkltd#218
Successfully merging a pull request may close this issue.
I use https://rails-assets.org/components to import BootstrapFormHelpers using Bower.
While installing, I get this message:
I'm not exactly sure what it means, but I googled and found other projects with issues about this as well, e.g. harvesthq/chosen#1811.
So I wanted to ask what's this all about and fix it. Thank you.
The text was updated successfully, but these errors were encountered: