Skip to content

Commit

Permalink
Fix webpack error in production advanced search page.
Browse files Browse the repository at this point in the history
ActionView::Template::Error (Webpacker can't find search_page in /home/rails/contra/public/packs/manifest.json ...
rails/webpacker#2071 looks like the solution
  • Loading branch information
dcmorse committed Feb 1, 2020
1 parent 5669e80 commit 2a7a3c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/welcome/search.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<%= javascript_pack_tag 'search_page', defer: true %>
<%= stylesheet_pack_tag 'search_page' %>

<section class="welcome-index-content">
<h2>Find Dances</h2>
Expand Down

0 comments on commit 2a7a3c0

Please sign in to comment.