Class | Compass::Installers::Base |
In: |
lib/compass/installers/base.rb
lib/compass/app_integration/stand_alone/installer.rb |
Parent: | Object |
install_html | -> | install_html_without_haml |
options | [RW] | |
target_path | [RW] | |
template_path | [RW] | |
working_path | [RW] |
The default finalize method — it is a no-op. This could print out a message or something.
The default prepare method — it is a no-op. Generally you would create required directories, etc.
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.