From 2fb70825ea7b098f4c77099535edee60eb27212b Mon Sep 17 00:00:00 2001 From: Ryan Bigg Date: Mon, 29 Aug 2011 07:06:17 +1000 Subject: [PATCH] Re-generate to fix initial paragraph issue (see muse@fbda64a) --- sprockets/sprockets.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sprockets/sprockets.markdown b/sprockets/sprockets.markdown index 7a99120..60e23fc 100644 --- a/sprockets/sprockets.markdown +++ b/sprockets/sprockets.markdown @@ -1,4 +1,4 @@ -

This is a detailed guide to the internal workings of Sprockets. Hopefully with this information, somebody else besides Josh Peek, Sam Stephenson, Yehuda Katz and (partially) myself can begin to understand how Sprockets works. +This is a detailed guide to the internal workings of Sprockets. Hopefully with this information, somebody else besides Josh Peek, Sam Stephenson, Yehuda Katz and (partially) myself can begin to understand how Sprockets works. ### Sprockets Asset Helpers @@ -12,7 +12,7 @@ Let's take a look at the `stylesheet_link_tag` method from `Sprockets::Helpers:: This method begins like this: -

+ **rails: actionpack/lib/sprockets/helpers/rails_helper.rb, 4 lines, beginning line 42**