How to use AMP with Ruby on Rails Discussion
Discussion for
How to use AMP with Ruby on Rails
Hey Chris, this is great, thank you!
One quick question - in my <head>
tag, I have a lot of code and multiple renders. I'm not sure where to put the canonical and amphtml links, since I have no _head
partial. Is there a general rule for where this should be going?
Hey Chris, I am getting a file not found in production when I use
<%= File.read "#{Rails.root}/public#{stylesheet_path('amp/application', host: nil)}" %>
.
I did include `config.assets.precompile << "amp/application.scss" in the application.rb
Would you be able to help?