Add the options from the command line into the configuration stack. Closes GH-99.

This commit is contained in:
Chris Eppstein 2010-05-02 18:02:13 -07:00
parent 5dee634404
commit 6c9244ec14

View File

@ -23,6 +23,7 @@ module Compass
def configure!
add_project_configuration
Compass.add_configuration(options, "cli")
Compass.discover_extensions!
end