provide correct installation steps when the compass validator is not found.
This commit is contained in:
parent
84f95019ce
commit
a2a9835688
@ -4,6 +4,6 @@ begin
|
|||||||
rescue LoadError
|
rescue LoadError
|
||||||
raise Compass::MissingDependency, %Q{The Compass CSS Validator could not be loaded. Please install it:
|
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
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user