# File lib/compass/configuration/helpers.rb, line 121 def projectize(path, project_path = nil) project_path ||= configuration.project_path File.join(project_path, *path.split('/')) end