diff --git a/lib/compass/installers/manifest.rb b/lib/compass/installers/manifest.rb index aa3d9660..eb664a7d 100644 --- a/lib/compass/installers/manifest.rb +++ b/lib/compass/installers/manifest.rb @@ -59,6 +59,10 @@ module Compass end end + def welcome_message_options + @welcome_message_options || {} + end + def description(value = nil) if value @description = value