Skip to content

Commit

Permalink
Merge 5609b68 into ba10301
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jul 7, 2020
2 parents ba10301 + 5609b68 commit 71dfa87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ en:
toggle_aria_label: Toggle call number section
```

### Javascript

The javascript in this project requires jquery, but it's up to you to provide it in a way that best works for your project. You may consider the jquery-rails gem or if you use webpacker, you could use the jquery npm package.

## Caveats

This code was ripped out of another project, and is still quite immature as a standalone project. Every effort has been made to make it as plug-and-play as possible, but it may stomp on Blacklight in unintended ways (e.g., ways that made sense in context of its former host app, but which aren't compatible with generic Blacklight). Proceed with caution, and report issues.
Expand Down
1 change: 0 additions & 1 deletion blacklight-hierarchy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Gem::Specification.new do |s|
# Most likely available for even earlier versions of Blacklight, but this is what I validated
s.add_dependency 'blacklight', '> 6.20', '< 8.0'
s.add_dependency 'rails', '>= 5.1', '< 7'
s.add_dependency 'jquery-rails'

s.add_development_dependency 'rsolr'
s.add_development_dependency 'rspec-rails'
Expand Down

0 comments on commit 71dfa87

Please sign in to comment.