lib/generators/templates/initializer.rb in amp-html-1.1.0 vs lib/generators/templates/initializer.rb in amp-html-1.2.0
- old
+ new
@@ -1,10 +1,6 @@
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'`.