Only show hello-dev.js in prod (#4531) [ci skip]

This commit is contained in:
Mac Siri 2019-10-21 16:33:27 -04:00 committed by GitHub
parent 2fe2e051b2
commit 6ec8b40051
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,4 +7,6 @@
</div>
</div>
</footer>
<%= javascript_include_tag "hello-dev.js", defer: true %>
<% if Rails.env.production? %>
<%= javascript_include_tag "hello-dev.js", defer: true %>
<% end %>