All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gems.compass-0.12.2.lib.compass.app_integration.stand_alone.rb Maven / Gradle / Ivy

%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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy