Created
February 14, 2017 02:37
-
-
Save 3014zhangshuo/da7bd31b5df1f2e380227cb3f160941f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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