Allow rails installs to proceed without requiring input if the css-dir and sass-dir options are set on the command line.

This commit is contained in:
Chris Eppstein 2009-02-21 00:26:22 -08:00
parent af6f16d4b8
commit e14f6968f1

View File

@ -10,6 +10,7 @@ module Compass
eval(config.read, nil, configuration_file)
end
end
Compass.configuration.set_maybe(options)
end
def init