Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
referencing webpack JS from layout
- Loading branch information
Showing
with
1 addition
and
0 deletions.
-
+1
−0
app/views/layouts/application.html.erb
|
@@ -6,6 +6,7 @@ |
|
|
|
|
|
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> |
|
|
<%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> |
|
|
<%= javascript_pack_tag 'application' %> |
|
|
</head> |
|
|
|
|
|
<body> |
|
|