mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Require asset pipeline targets by default
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title><%= camelized %></title>
|
||||
<%%= stylesheet_link_tag :all %>
|
||||
<%%= javascript_include_tag :defaults %>
|
||||
<%%= stylesheet_link_tag "application" %>
|
||||
<%%= javascript_include_tag "application" %>
|
||||
<%%= csrf_meta_tags %>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user