Is there any way to remove the /* line # comments above each selector?
--
You received this message because you are subscribed to the Google Groups "Compass" group.
To post to this group, send email to compas...@googlegroups.com.
To unsubscribe from this group, send email to compass-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/compass-users?hl=en.
Hi again
Neither line_comments = false (in my config.rg file) nor "compass compile -e production --force" solved the problem with my comments (i use= 0.10)
Date: Mon, 30 Nov 2009 07:27:35 -0800
Subject: Re: [compass] remove unwanted comments from .css
From: ch...@eppsteins.net
To: compas...@googlegroups.com
In your configuration file, set:line_comments = falseAlternatively, if you compile your stylesheets in "production" mode, they are off and several other sensible defaults are also changed:compass -e production --force -uor if you're using 0.10:compass compile -e production --forcechris