Skip to content

Commit e43c072

Browse files
author
Jonathan Siegel
committed
Simplified
1 parent fef6adb commit e43c072

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/views/layouts/application.html.haml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}
55
%meta{property: 'current_user:id', content: current_user.try(:id)}
66
= display_meta_tags(default_meta_tags)
7-
= env_stylesheet_link_tag(static: 'application_static', hot: 'application_non_webpack', media: 'all', 'data-turbolinks-track' => 'reload')
8-
= env_javascript_include_tag(hot: ['http://localhost:3500/vendor-bundle.js', 'http://localhost:3500/app-bundle.js'])
9-
= env_javascript_include_tag(static: 'application_static', hot: 'application_non_webpack', 'data-turbolinks-track' => 'reload')
7+
= stylesheet_link_tag('application_static', media: 'all', 'data-turbolinks-track' => 'reload')
8+
= javascript_include_tag('application_static', 'data-turbolinks-track' => 'reload')
109
= javascript_include_tag 'https://content.jwplatform.com/libraries/pEaCoeG7.js'
1110
= csrf_meta_tags
1211
= render 'shared/analytics'

0 commit comments

Comments
 (0)