Skip to content

Commit

Permalink
remove skip_pipeline / add to manifest / CAS blocking localhost?
Browse files Browse the repository at this point in the history
  • Loading branch information
mccalluc committed Oct 21, 2022
1 parent e8fabe6 commit 0d93384
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/config/manifest.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
//= link_tree ../images
//= link_directory ../stylesheets .css
//= link jquery-ui-triggeredAutocomplete.js
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Provides @mention functionality in textboxes (adds to jQuery UI autocomplete);
Doesn't precompile well when moved to application.js.
-->
<%= javascript_include_tag 'jquery-ui-triggeredAutocomplete', skip_pipeline: true %>
<%= javascript_include_tag 'jquery-ui-triggeredAutocomplete' %>
<%= vite_javascript_tag 'file_upload', 'data-turbolinks-track': 'reload' %>
<%= vite_javascript_tag 'orcid', 'data-turbolinks-track': 'reload' %>
Expand Down

0 comments on commit 0d93384

Please sign in to comment.