provide correct installation steps when the compass validator is not found.

This commit is contained in:
Chris Eppstein 2010-08-28 12:52:54 -07:00
parent 84f95019ce
commit a2a9835688

View File

@ -4,6 +4,6 @@ begin
rescue LoadError
raise Compass::MissingDependency, %Q{The Compass CSS Validator could not be loaded. Please install it:
sudo gem install chriseppstein-compass-validator --source http://gems.github.com/
sudo gem install compass-validator
}
end