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