From 6c9244ec14f9a5b03d1995120bbb0fb3277d76cb Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 2 May 2010 18:02:13 -0700 Subject: [PATCH] Add the options from the command line into the configuration stack. Closes GH-99. --- lib/compass/commands/project_base.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/compass/commands/project_base.rb b/lib/compass/commands/project_base.rb index 97fb8f39..b9afab06 100644 --- a/lib/compass/commands/project_base.rb +++ b/lib/compass/commands/project_base.rb @@ -23,6 +23,7 @@ module Compass def configure! add_project_configuration + Compass.add_configuration(options, "cli") Compass.discover_extensions! end