diff --git a/Gemfile b/Gemfile index 28b89130d..0c1968bdf 100755 --- a/Gemfile +++ b/Gemfile @@ -91,3 +91,5 @@ group :test do end gem 'importmap-rails', '~> 2.0' + +gem 'ferrum', '~> 0.15' diff --git a/Gemfile.lock b/Gemfile.lock index bf0909f87..a0728f6b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -167,6 +167,11 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http + ferrum (0.15) + addressable (~> 2.5) + concurrent-ruby (~> 1.1) + webrick (~> 1.7) + websocket-driver (~> 0.7) ffi (1.16.3) font-awesome-sass (6.5.1) sassc (~> 2.0) @@ -507,6 +512,7 @@ DEPENDENCIES derailed_benchmarks devise (>= 4.6.2) devise_invitable (~> 2.0) + ferrum (~> 0.15) font-awesome-sass gabba importmap-rails (~> 2.0) diff --git a/app/assets/javascripts/app_stripped.js b/app/assets/javascripts/app_stripped.js new file mode 100644 index 000000000..07979c1fb --- /dev/null +++ b/app/assets/javascripts/app_stripped.js @@ -0,0 +1,13 @@ +'use strict'; + +angular.module('QuepidApp', [ + 'UtilitiesModule', + 'ngRoute', + 'ngCookies', + 'ngSanitize', + 'ui.bootstrap', + 'o19s.splainer-search', + 'angular-flash.service', + 'angular-flash.flash-alert-directive', + 'templates' +]); diff --git a/app/assets/javascripts/components/export_case/_modal.html b/app/assets/javascripts/components/export_case/_modal.html index 87c50f1d6..48ab1964a 100644 --- a/app/assets/javascripts/components/export_case/_modal.html +++ b/app/assets/javascripts/components/export_case/_modal.html @@ -29,7 +29,7 @@