Skip to content

Instantly share code, notes, and snippets.

@3014zhangshuo
Created February 14, 2017 02:37
Show Gist options
  • Save 3014zhangshuo/da7bd31b5df1f2e380227cb3f160941f to your computer and use it in GitHub Desktop.
Save 3014zhangshuo/da7bd31b5df1f2e380227cb3f160941f to your computer and use it in GitHub Desktop.
<head>
<meta charset='utf-8' />
- <%= wicked_pdf_stylesheet_link_tag "application" -%>
+ <%= stylesheet_link_tag (asset_data_base64('application.css')) %>
<%= csrf_meta_tags %>
<%#= wicked_pdf_stylesheet_link_tag "pdf" -%>
<%#= wicked_pdf_javascript_include_tag "number_pages" %>
<%#= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
- <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
+ <%= javascript_include_tag (asset_data_base64('application.js')), 'data-turbolinks-track': 'reload' %>
</head>
<body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment