Sha256: 9c7cd371cb5dade2564d33522ef0fe00f541a1658d611718b0adff092d9fd83f
Contents?: true
Size: 353 Bytes
Versions: 2
Compression:
Stored size: 353 Bytes
Contents
module Compass module AppIntegration module Staticmatic class Installer < Compass::Installers::ManifestInstaller def completed_configuration nil end def finalize(options = {}) puts manifest.welcome_message if manifest.welcome_message end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
staticmatic3-2.1.10 | lib/staticmatic/compass/installer.rb |
staticmatic3-2.1.9 | lib/staticmatic/compass/installer.rb |