[Command line] Make sure that compass frameworks required on the command-line will appear in the initial project configuration.

This commit is contained in:
Chris Eppstein 2009-04-29 08:19:35 -07:00
parent 64f6e08887
commit 6409be1646

View File

@ -139,7 +139,7 @@ END
end end
opts.on('-r LIBRARY', '--require LIBRARY', "Require LIBRARY before running commands. This is used to access compass plugins.") do |library| opts.on('-r LIBRARY', '--require LIBRARY', "Require LIBRARY before running commands. This is used to access compass plugins.") do |library|
require library ::Compass.configuration.require library
end end
opts.on('--rails', "Sets the project type to a rails project.") do opts.on('--rails', "Sets the project type to a rails project.") do