Skip to content

Commit

Permalink
Make the generated configuration file a little more readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed Apr 25, 2011
1 parent 4957774 commit 28ccff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/compass/configuration/serialization.rb
Expand Up @@ -50,6 +50,7 @@ def serialize
$stderr.puts "WARNING: #{prop} is code and cannot be written to a file. You'll need to copy it yourself."
end
if respond_to?("comment_for_#{prop}")
contents << "\n"
contents << send("comment_for_#{prop}")
end
if block_given? && (to_emit = yield(prop, value))
Expand Down

0 comments on commit 28ccff0

Please sign in to comment.