Revert "Use the new Sass gem now."
This reverts commit 822f35148b
.
Conflicts:
Gemfile
This commit is contained in:
parent
a8cf0beadc
commit
183a67b0c0
2
Gemfile
2
Gemfile
@ -6,5 +6,5 @@ gem "rspec"
|
||||
gem "rails", "~>3.0.0.rc"
|
||||
gem "compass-validator", "1.0.0"
|
||||
gem "css_parser"
|
||||
gem "sass", :path => "../sass"
|
||||
gem "sass"
|
||||
gem "rcov"
|
||||
|
@ -15,7 +15,7 @@ Gem::Specification.new do |gemspec|
|
||||
gemspec.require_paths = %w(lib)
|
||||
gemspec.rubygems_version = "1.3.5"
|
||||
gemspec.summary = %q{A Real Stylesheet Framework}
|
||||
gemspec.add_dependency('sass', '~> 3.1.0')
|
||||
gemspec.add_dependency('haml', '>= 3.0.4')
|
||||
gemspec.files = %w(README.markdown LICENSE.markdown VERSION.yml Rakefile)
|
||||
gemspec.files += Dir.glob("bin/*")
|
||||
gemspec.files += Dir.glob("examples/**/*.*")
|
||||
|
@ -7,7 +7,7 @@ module Compass::Exec
|
||||
else
|
||||
unless arguments.include?("-h") || arguments.include?("--help")
|
||||
Compass::Logger.new.red do
|
||||
Sass::Util.sass_warn "WARNING: This interface is deprecated. Please use the new subcommand interface.\nSee `compass help` for more information.\n"
|
||||
Haml::Util.haml_warn "WARNING: This interface is deprecated. Please use the new subcommand interface.\nSee `compass help` for more information.\n"
|
||||
end
|
||||
end
|
||||
SwitchUI
|
||||
|
Loading…
Reference in New Issue
Block a user