Skip to content

Commit

Permalink
Update defaults with custom environments in mind
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaeleidus committed Jun 21, 2013
1 parent fe65dcd commit f442427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/compass/configuration/defaults.rb
Expand Up @@ -27,15 +27,15 @@ def default_environment
end end


def default_output_style def default_output_style
if top_level.environment == :development if top_level.environment != :production
:expanded :expanded
else else
:compressed :compressed
end end
end end


def default_line_comments def default_line_comments
top_level.environment == :development top_level.environment != :production
end end


def default_color_output def default_color_output
Expand Down

0 comments on commit f442427

Please sign in to comment.