Class: Compass::AppIntegration::StandAlone::Installer
- Inherits:
-
Object
- Object
- Compass::AppIntegration::StandAlone::Installer
- 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 "\n Now you're awestruct!\n\n To generate your site continuous during development, simply run:\n\n awestruct -d\n\n and visit your site at\n\n http://localhost:4242/\n\n END\nend\n".gsub(/^ {6}/, '') |
#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 |