From 6409be1646a210d03de631ed9bea25d29719d5d0 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Wed, 29 Apr 2009 08:19:35 -0700 Subject: [PATCH] [Command line] Make sure that compass frameworks required on the command-line will appear in the initial project configuration. --- lib/compass/exec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compass/exec.rb b/lib/compass/exec.rb index 5d156687..1ae31d62 100644 --- a/lib/compass/exec.rb +++ b/lib/compass/exec.rb @@ -139,7 +139,7 @@ END end 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 opts.on('--rails', "Sets the project type to a rails project.") do