Skip to content

Commit

Permalink
[Rails] Don't set the output style in the compass.config file for rai…
Browse files Browse the repository at this point in the history
…ls projects. It will default according to the runtime environment. Closes CompassGH-4.
  • Loading branch information
chriseppstein committed May 23, 2009
1 parent fcdaf41 commit 7b90aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/compass/installers/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ def config_contents
Compass.configuration.serialize do |prop, value|
if prop == :project_path
"project_path = RAILS_ROOT if defined?(RAILS_ROOT)\n"
elsif prop == :output_style
""
end
end
end
Expand Down

0 comments on commit 7b90aef

Please sign in to comment.