Class: Compass::AppIntegration::StandAlone::Installer

Inherits:
Object
  • Object
show all
Defined in:
lib/awestruct/cli/manifest.rb

Instance Method Summary collapse

Instance Method Details

#finalize(opts = {}) ⇒ Object

no!



18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# File 'lib/awestruct/cli/manifest.rb', line 18

def finalize(opts={})
  $LOG.info <<-END.gsub(/^ {6}/, '')

    Now you're awestruct!

    To generate and run your site in development mode, execute:

      awestruct -d

    or, simply:

      rake

    then visit your site at: http://localhost:4242

  END
end

#write_configuration_files(config_file = nil) ⇒ Object



15
16
17
# File 'lib/awestruct/cli/manifest.rb', line 15

def write_configuration_files(config_file = nil)
  # no!
end