Module Compass::Configuration::Helpers
In: lib/compass/configuration/helpers.rb

The helpers are available as methods on the Compass module. E.g. Compass.configuration

Methods

Constants

KNOWN_CONFIG_LOCATIONS = ['config/compass.rb', ".compass/config.rb", "config/compass.config", "config.rb", "src/config.rb"]   TODO: Deprecate the src/config.rb location.

Public Instance methods

Finds the configuration file, if it exists in a known location.

Returns a full path to the relative path to the project directory

Support for testing.

[Validate]