Skip to content

Commit

Permalink
Add skip_pipeline option to suppress deprecation worning
Browse files Browse the repository at this point in the history
  • Loading branch information
hokaccha committed Jun 7, 2019
1 parent 4e0386f commit 5203eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/garage/application.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
= csrf_meta_tags
= stylesheet_link_tag "garage/application", :media => "all"
= javascript_include_tag "garage/application"
= favicon_link_tag "favicon.ico"
= favicon_link_tag "favicon.ico", skip_pipeline: true

%body{ class: action_classes }
.navbar.navbar-default.navbar-static-top
Expand Down

0 comments on commit 5203eef

Please sign in to comment.