<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,8 @@ module Less
 		@options = {
 			:css_location =&gt; &quot;#{RAILS_ROOT}/public/stylesheets&quot;,
 			:template_location =&gt; &quot;#{RAILS_ROOT}/app/stylesheets&quot;,
-			:update =&gt; :when_changed
+			:update =&gt; :when_changed, # Available are: :never, :when_changed and :always
+			:compress =&gt; false # Removes newlines from generated CSS
 		}
 
 		# Accessor for setting options from e.g. an initializer
@@ -41,7 +42,7 @@ module Less
 			File.unlink(File.join(options[:css_location], relative_path + &quot;.css&quot;)) if File.exist?(File.join(options[:css_location], relative_path + &quot;.css&quot;))
 
 			# Generate the new stylesheet
-			Less::Command.new({:source =&gt; stylesheet, :destination =&gt; File.join(options[:css_location], relative_path + &quot;.css&quot;)}).compile
+			Less::Command.new({:source =&gt; stylesheet, :destination =&gt; File.join(options[:css_location], relative_path + &quot;.css&quot;), :compress =&gt; options[:compress]}).compile
 		end
 
 		# Check if the specified stylesheet is in need of an update.</diff>
      <filename>lib/less_plugin.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ad94fdecfa7a528474d38d602ecf105c26f9d1e8</id>
    </parent>
  </parents>
  <author>
    <name>Karst Hammer</name>
    <email>karst@noxa.nl</email>
  </author>
  <url>http://github.com/karsthammer/less-rails/commit/3a2b2c3affb36ff2c2104d25c00a775afb5e9340</url>
  <id>3a2b2c3affb36ff2c2104d25c00a775afb5e9340</id>
  <committed-date>2009-06-18T00:46:08-07:00</committed-date>
  <authored-date>2009-06-18T00:46:08-07:00</authored-date>
  <message>Added compress option</message>
  <tree>f1d638f36395b2292af8e730cd774252757fe70e</tree>
  <committer>
    <name>Karst Hammer</name>
    <email>karst@noxa.nl</email>
  </committer>
</commit>
