Class: Compass::AppIntegration::Staticmatic::Installer

Inherits:
Installers::ManifestInstaller
  • Object
show all
Defined in:
lib/staticmatic/compass/installer.rb

Instance Method Summary collapse

Instance Method Details

#completed_configurationObject



5
6
7
# File 'lib/staticmatic/compass/installer.rb', line 5

def completed_configuration
  nil
end

#finalize(options = {}) ⇒ Object



9
10
11
# File 'lib/staticmatic/compass/installer.rb', line 9

def finalize(options = {})
  puts manifest.welcome_message if manifest.welcome_message
end