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

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

There is a newer version: 3.7.2
Show newest version
%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 - 2025 Weber Informatics LLC | Privacy Policy