diff options
author | Sam Umbach <sumbach@gmail.com> | 2011-07-16 21:08:14 -0700 |
---|---|---|
committer | Sam Umbach <sumbach@gmail.com> | 2011-07-16 21:08:14 -0700 |
commit | bae54c5430847ea5c3b71ae2d28d30f77628cc88 (patch) | |
tree | 40a4bfa4cf8494e37a3f99e26402418ed06dc795 /railties/guides/source/asset_pipeline.textile | |
parent | ade629e206d17c2aa321de9c53a0a68310e2f865 (diff) | |
download | rails-bae54c5430847ea5c3b71ae2d28d30f77628cc88.tar.gz rails-bae54c5430847ea5c3b71ae2d28d30f77628cc88.tar.bz2 rails-bae54c5430847ea5c3b71ae2d28d30f77628cc88.zip |
Switch Tilt link to Textile format
Diffstat (limited to 'railties/guides/source/asset_pipeline.textile')
-rw-r--r-- | railties/guides/source/asset_pipeline.textile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/guides/source/asset_pipeline.textile b/railties/guides/source/asset_pipeline.textile index 925f95eaac..91285eec6c 100644 --- a/railties/guides/source/asset_pipeline.textile +++ b/railties/guides/source/asset_pipeline.textile @@ -415,6 +415,6 @@ A good example of this is the +jquery-rails+ gem which comes with Rails as the s h3. Making Your Library or Gem a Pre-Processor -"You should be able to register [your gems] on Tilt and Sprockets will find them." - Josh -Tilt: https://github.com/rtomayko/tilt +"You should be able to register [your gems] on "Tilt":Tilt and Sprockets will find them." - Josh +[Tilt]https://github.com/rtomayko/tilt |