2009-06-05 16:49:06 +00:00
|
|
|
begin
|
|
|
|
require 'rubygems'
|
|
|
|
require 'compass-validator'
|
|
|
|
rescue LoadError
|
2009-10-30 15:13:25 +00:00
|
|
|
raise Compass::MissingDependency, %Q{The Compass CSS Validator could not be loaded. Please install it:
|
2008-08-23 17:00:46 +00:00
|
|
|
|
2009-06-05 16:49:06 +00:00
|
|
|
sudo gem install chriseppstein-compass-validator --source http://gems.github.com/
|
|
|
|
}
|
2009-10-30 15:13:25 +00:00
|
|
|
end
|