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
# File 'lib/awestruct/cli/manifest.rb', line 18

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

    Now you're awestruct!

    To generate your site continuous during development, simply run:

      awestruct -d

    and 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