Skip to content
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

convert to jsbundling #2787

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ AllCops:
- "config/**/*"
- "vendor/**/*"
- "spec/fixtures/**/*"
- "node_modules/**/*"

Rails:
Enabled: true
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ gem 'bootstrap', '~> 5.3'
gem 'bootstrap_form', '~> 5.4'
gem 'blacklight', '~> 8.0'
gem 'blacklight-gallery', '~> 4.4'
gem 'blacklight_heatmaps', '~> 1.3.0'
gem 'blacklight_heatmaps', '~> 1.4'
gem 'blacklight-spotlight', '~> 4.4', '>= 4.4.0'
gem 'twitter-typeahead-rails', '0.11.1.pre.corejavascript'
gem 'blacklight_advanced_search'
Expand Down Expand Up @@ -136,3 +136,5 @@ gem 'recaptcha', '~> 5.17.1'
gem 'rack-attack'

gem 'cssbundling-rails', '~> 1.4'

gem 'jsbundling-rails', '~> 1.3'
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ GEM
blacklight_advanced_search (8.0.0.alpha2)
blacklight (>= 7.15, < 9)
parslet
blacklight_heatmaps (1.3.1)
blacklight_heatmaps (1.4.0)
blacklight (>= 7.17.1, < 9)
leaflet-rails (~> 1.3.0)
leaflet-sidebar-rails (~> 0.2)
Expand Down Expand Up @@ -450,6 +450,8 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jsbundling-rails (1.3.1)
railties (>= 6.0.0)
json (2.9.0)
jsonpath (1.1.5)
multi_json
Expand Down Expand Up @@ -900,7 +902,7 @@ DEPENDENCIES
blacklight-oembed (~> 1.0)
blacklight-spotlight (~> 4.4, >= 4.4.0)
blacklight_advanced_search
blacklight_heatmaps (~> 1.3.0)
blacklight_heatmaps (~> 1.4)
blacklight_range_limit (~> 8.5)
bootsnap (>= 1.1.0)
bootstrap (~> 5.3)
Expand Down Expand Up @@ -931,6 +933,7 @@ DEPENDENCIES
iiif-presentation
jbuilder (~> 2.7)
jquery-rails
jsbundling-rails (~> 1.3)
jsonpath
letter_opener
listen (~> 3.3)
Expand Down
1 change: 1 addition & 0 deletions Procfile.dev
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
web: env RUBY_DEBUG_OPEN=true bin/rails server
css: yarn watch:css
js: yarn build --watch
39 changes: 0 additions & 39 deletions app/assets/javascripts/application.js

This file was deleted.

110 changes: 0 additions & 110 deletions app/assets/javascripts/bibliography.js

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/blacklight_gallery.js

This file was deleted.

1 change: 0 additions & 1 deletion app/assets/javascripts/blacklight_heatmaps.js

This file was deleted.

44 changes: 0 additions & 44 deletions app/assets/javascripts/cited_documents.js

This file was deleted.

53 changes: 0 additions & 53 deletions app/assets/javascripts/exhibit_search_typeahead.js

This file was deleted.

Loading
Loading