lib/bookends/cli.rb in bookends-2.3.7 vs lib/bookends/cli.rb in bookends-2.4.0
- old
+ new
@@ -77,19 +77,15 @@
config.framework.rails?
end
def add_rails_post_install_messages
add_to_post_install_messages([
- "add <%= render 'bookends/footer' %> to your layout file",
- "add @import 'bookends/footer'; to your stylesheet",
- "add //= require bookends/newsletter-init"
+ "Please ensure that gem 'fernet', '~> 2.2' is in your Gemfile"
])
end
def add_jekyll_post_install_messages
add_to_post_install_messages([
- 'make sure <script src="/assets/js/bookends/newsletter.js"></script> is in body-close.html',
- "add @import 'bookends/footer'; to _base.scss"
])
end
def add_to_post_install_messages(collection)
collection.map { |msg| @@post_install_messages << msg }