README.markdown in honkster-honkster-jelly-0.2.0 vs README.markdown in honkster-honkster-jelly-0.3.0
- old
+ new
@@ -24,12 +24,11 @@
script/generate jelly
Then, in your layout, add the following:
- <%= javascript_include_tag :jelly %>
- <%= javascript_include_tag *page_specific_javascript_files %>
- <%= init_specific_javascript %>
+ <%= javascript_include_tag :jelly, *application_jelly_files %>
+ <%= spread_jelly %>
This will include the required JavaScripts for jelly and activate the current page. The `:jelly` javascript expansion
includes jQuery. If you already have jQuery included in the page, use the `:only_jelly` expansion instead.
EXAMPLE USAGE