# File lib/compass/configuration/helpers.rb, line 139
      def handle_configuration_change!
        if (compiler = Compass.compiler).new_config?
          compiler.clean!
        end
      end