diff --git a/views/index.erb b/views/index.erb index 022e927f..81e4258f 100644 --- a/views/index.erb +++ b/views/index.erb @@ -36,7 +36,9 @@ <%= erb :app -%> <%= javascript_tag 'application', asset_host: false %> -<%= javascript_tag 'docs' %><% unless App.production? %> -<%= javascript_tag 'debug' %><% end %> +<%= javascript_tag 'docs' %> +<% unless App.production? %> + <%= javascript_tag 'debug' %> +<% end %>