From 28fb703fa0687a0aeebb22556e28f99fd38f2207 Mon Sep 17 00:00:00 2001 From: Lakshmi Vyasarajan Date: Sun, 22 May 2011 08:41:41 +0530 Subject: [PATCH] Fixed stylus command line options --- hyde/ext/plugins/stylus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyde/ext/plugins/stylus.py b/hyde/ext/plugins/stylus.py index 6977a15..03d6b63 100644 --- a/hyde/ext/plugins/stylus.py +++ b/hyde/ext/plugins/stylus.py @@ -94,7 +94,7 @@ class StylusPlugin(CLTransformer): stylus = self.app source = File.make_temp(text) target = source - supported = [("compress", "C")] + supported = [("compress", "c"), ("include", "I")] args = [str(stylus)] args.extend(self.process_args(supported))