# File lib/compass/configuration/helpers.rb, line 99
      def discover_extensions!
        if File.exists?(configuration.extensions_path)
          Compass::Frameworks.discover(configuration.extensions_path)
        end
      end