Class Compass::Installers::Base
In: lib/compass/app_integration/rails/installer.rb
lib/compass/app_integration/stand_alone/installer.rb
lib/compass/installers/base.rb
Parent: Object

Methods

Included Modules

Actions

External Aliases

install_html -> install_html_without_haml

Attributes

options  [RW] 
target_path  [RW] 
template_path  [RW] 
working_path  [RW] 

Public Class methods

Public Instance methods

The default finalize method — it is a no-op. This could print out a message or something.

The install method override this to install

The default prepare method — it is a no-op. Generally you would create required directories, etc.

Runs the installer. Every installer must conform to the installation strategy of prepare, install, and then finalize. A default implementation is provided for each step.

Emits an HTML fragment that can be used to link to the compiled css files

returns an absolute path given a path relative to the current installation target. Paths can use unix style "/" and will be corrected for the current platform.

returns an absolute path given a path relative to the current template. Paths can use unix style "/" and will be corrected for the current platform.

[Validate]