# File lib/compass/commands/project_base.rb, line 30
      def projectize(path)
        File.join(project_directory, separate(path))
      end