Sha256: f28f6eacfc55fd92f75225219a8c5e49e925603b3afaf49efc59fc55d3efd3f6

Contents?: true

Size: 541 Bytes

Versions: 40

Compression:

Stored size: 541 Bytes

Contents

module Compass
  module Configuration
    # Comments are emitted into the configuration file when serialized and make it easier to understand for new users.
    module Comments

      def comment_for_http_path
        "# Set this to the root of your project when deployed:\n"
      end

      def comment_for_relative_assets
        unless relative_assets
          %q{# To enable relative paths to assets via compass helper functions. Uncomment:
# relative_assets = true
}
        else
          ""
        end
      end

    end
  end
end

Version data entries

40 entries across 39 versions & 3 rubygems

Version Path
compass-0.10.6 lib/compass/configuration/comments.rb
compass-0.10.6.pre.1 lib/compass/configuration/comments.rb
compass-0.10.5 lib/compass/configuration/comments.rb
compass-0.10.5.pre.1 lib/compass/configuration/comments.rb
compass-0.10.4 lib/compass/configuration/comments.rb
compass-0.10.4.pre.4 lib/compass/configuration/comments.rb
compass-0.10.4.pre.3 lib/compass/configuration/comments.rb
compass-0.10.4.pre.2 lib/compass/configuration/comments.rb
compass-0.10.3 lib/compass/configuration/comments.rb
compass-0.10.3.pre.1 lib/compass/configuration/comments.rb
compass-0.10.2 lib/compass/configuration/comments.rb
compass-0.10.1 lib/compass/configuration/comments.rb
compass-0.10.0 lib/compass/configuration/comments.rb
compass-0.10.0.rc6 lib/compass/configuration/comments.rb
compass-0.10.0.rc5 lib/compass/configuration/comments.rb
compass-0.10.0.rc4 lib/compass/configuration/comments.rb
compass-0.10.0.rc3 lib/compass/configuration/comments.rb
compass-0.10.0.rc2 lib/compass/configuration/comments.rb
compass-0.10.0.rc1 lib/compass/configuration/comments.rb
compass-0.10.0.pre9 lib/compass/configuration/comments.rb