Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
prep
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Aug 15, 2014
1 parent eb6503f commit e26a31f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/middleman-compass/extension.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def initialize(app, options_hash={}, &block)

def after_configuration
::Compass.configuration do |compass|
compass.project_path = app.source_dir
compass.project_path = app.config[:source]
compass.environment = :development
compass.cache = false
compass.sass_dir = app.config[:css_dir]
Expand Down
4 changes: 2 additions & 2 deletions middleman-compass.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ Gem::Specification.new do |s|
s.files = `git ls-files -z`.split("\0")
s.test_files = `git ls-files -z -- {fixtures,features}/*`.split("\0")
s.require_paths = ["lib"]
s.add_dependency("middleman-core", [">= 4.0.0.pre.0"])
s.add_dependency('compass', ['>= 1.0.0.alpha.20'])
s.add_dependency("middleman-core", [">= 4.0.0.alpha.1"])
s.add_dependency('compass', ['>= 1.0.0.rc.1'])
end

0 comments on commit e26a31f

Please sign in to comment.