# HG changeset patch # User Steve Losh # Date 1273029888 14400 # Node ID 16e948b1a661534149d76e01505ff3b4ae673819 # Parent 84e309e1aa3a3494536883ff0b752c8b9775ba0a garter: Update documentation. diff -r 84e309e1aa3a -r 16e948b1a661 garter/lesscss.html --- 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.

Garter provides a function that will automatically re-render .less files into CSS before each request if they've changed.

+

NOTE: You need to have the LessCSS gem installed for this to work.

You can activate it by calling the lesscss function with your Flask app as a parameter:

from garter.lesscss import lesscss