garter: Update documentation.
author |
Steve Losh <steve@stevelosh.com> |
date |
Tue, 04 May 2010 23:24:48 -0400 |
parents |
84e309e1aa3a
|
children |
de96d803d2bb
|
branches/tags |
(none) |
files |
garter/lesscss.html |
Changes
--- a/garter/lesscss.html Tue May 04 23:04:00 2010 -0400
+++ b/garter/lesscss.html Tue May 04 23:24:48 2010 -0400
@@ -72,6 +72,7 @@
file.</p>
<p>Garter provides a function that will automatically re-render <code>.less</code> files
into CSS before each request if they've changed.</p>
+<p><strong>NOTE:</strong> You need to have the LessCSS gem installed for this to work.</p>
<p>You can activate it by calling the <code>lesscss</code> function with your Flask app as a
parameter:</p>
<div class="codehilite"><pre><span class="kn">from</span> <span class="nn">garter.lesscss</span> <span class="kn">import</span> <span class="n">lesscss</span>