Sha256: 0f0738723d3a6391f0f6fc5756125cbabc99464a00670b89ccba46b60942480e
Contents?: true
Size: 498 Bytes
Versions: 3
Compression:
Stored size: 498 Bytes
Contents
AmpHtml.configure do |config| # Use your regular stylesheets bundled with `app/assets/stylesheets/application.css` in your AMP views. Takes a boolean. # config.inherit_stylesheets = false ### SplitView # Enable SplitView to allow for AMP enabled and AMP disabled versions of your views. Takes a boolean. # config.split_view = false # The default view version if no `amp` param is present in the request. Must be either `'amp'` or `'html'`. # config.split_view_default = 'amp' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
amp-html-1.1.0 | lib/generators/templates/initializer.rb |
amp-html-1.0.1 | lib/generators/templates/initializer.rb |
amp-html-1.0.0 | lib/generators/templates/initializer.rb |