Sha256: 11cf2feca9239f657fb616198d110a3f56fb15ba0c9e9f19d57e13c85d0c3643

Contents?: true

Size: 986 Bytes

Versions: 2

Compression:

Stored size: 986 Bytes

Contents

$:.unshift File.expand_path("../lib", File.dirname(__FILE__)) # For use/testing when no gem is installed
require "octopress"
require 'sass-globbing'

config = Octopress.configuration

project_path = Octopress.root
project_type = :stand_alone

# Publishing paths
compass_http_path           = config[:destination].gsub('public', '')
http_path                   = compass_http_path
http_images_path            = "#{http_path}/images"
http_generated_images_path  = "#{http_path}/images"
http_fonts_path             = "#{http_path}/fonts"
css_dir                     = "#{Octopress.root}/#{config[:destination]}/stylesheets"

# Local development paths
sass_dir                    = "stylesheets"
images_dir                  = "#{config[:source]}/images"
fonts_dir                   = "#{config[:source]}/fonts"
generated_images_dir        = "#{config[:source]}/images"

unless Octopress.env == 'development'
  line_comments             = false
  output_style              = :compressed
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
octopress-3.0.0.alpha2 lib/octopress/scaffold/site/config/compass.rb
octopress-3.0.0.alpha1 lib/octopress/scaffold/site/config/compass.rb