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

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

Instance Method Summary collapse

Instance Method Details

#finalize(opts = {}) ⇒ Object

no!



15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# File 'lib/awestruct/commands/manifest.rb', line 15

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



12
13
14
# File 'lib/awestruct/commands/manifest.rb', line 12

def write_configuration_files(config_file = nil)
  # no!
end