Make the validator work even when you're not in the project directory.
This commit is contained in:
parent
8c9a7378b7
commit
d1a6490f2c
@ -31,8 +31,10 @@ module Compass
|
||||
def perform
|
||||
require 'compass/validator'
|
||||
UpdateProject.new(working_path, options).perform
|
||||
Dir.chdir Compass.configuration.project_path do
|
||||
Validator.new(project_css_subdirectory).validate()
|
||||
end
|
||||
end
|
||||
|
||||
class << self
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user