Sha256: d1af85c3695d07830b7abbf84851bc1b0f7ad8e9fb0ae6aa1da714f2929d7d7f
Contents?: true
Size: 409 Bytes
Versions: 108
Compression:
Stored size: 409 Bytes
Contents
%w(configuration_defaults installer).each do |lib| require "compass/app_integration/stand_alone/#{lib}" end module Compass module AppIntegration module StandAlone extend self def installer(*args) Installer.new(*args) end def configuration Compass::Configuration::Data.new('stand_alone'). extend(ConfigurationDefaults) end end end end
Version data entries
108 entries across 106 versions & 8 rubygems