From e14f6968f11ef997c0d30fc933e42ab309cdd26b Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sat, 21 Feb 2009 00:26:22 -0800 Subject: [PATCH] Allow rails installs to proceed without requiring input if the css-dir and sass-dir options are set on the command line. --- lib/compass/installers/rails.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compass/installers/rails.rb b/lib/compass/installers/rails.rb index 3874ea36..a93367c0 100644 --- a/lib/compass/installers/rails.rb +++ b/lib/compass/installers/rails.rb @@ -10,6 +10,7 @@ module Compass eval(config.read, nil, configuration_file) end end + Compass.configuration.set_maybe(options) end def init