Sha256: 8dca8024c026dd9bb7741c177ca6eae76187adf09a5d86bdbf49a05d1da3632e

Contents?: true

Size: 431 Bytes

Versions: 2

Compression:

Stored size: 431 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

2 entries across 2 versions & 1 rubygems

Version Path
compass-sourcemaps-0.12.3.sourcemaps.a4836f1 lib/compass/app_integration/stand_alone.rb
compass-sourcemaps-0.12.2.sourcemaps.57a186c lib/compass/app_integration/stand_alone.rb