-
Notifications
You must be signed in to change notification settings - Fork 41
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
asset generator fails on Blacklight 8 #210
Comments
"bootstrap 8" -- I think is not a thing. Did you mean Blacklight 8.x? Off the current git head? With Rails... 7.something? A bit more fleshed out reproduction instructions might be helpful if possible! |
Yes, this is blacklight as installed from git: gem 'blacklight', github: 'projectblacklight/blacklight' |
Thanks! Should the title of this issue say "Blacklight 8" instead of "bootstrap 8"? Your reproduction was with rails 7? |
@jrochkind Yes. I updated. Thanks for catching my typo. |
Main branch is currently testing and passing CI with Blacklight 8 under various Rails version and asset pipeline configurations. I believe this is no longer relevant. |
https://github.com/projectblacklight/blacklight_range_limit/blob/main/lib/generators/blacklight_range_limit/assets_generator.rb#L35-L43
This probably happens if the app is not using sprockets for javascript (importmap-rails).
The text was updated successfully, but these errors were encountered: