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