Class Compass::Commands::ProjectBase
In: lib/compass/commands/project_base.rb
Parent: Base

Methods

Constants

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

Attributes

options  [RW] 
project_directory  [RW] 
project_name  [RW] 

Public Class methods

Public Instance methods

Protected Instance methods

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

Read the configuration file for this project

[Validate]