# File lib/compass/configuration/data.rb, line 104
      def watch(glob, &block)
        @watches ||= []
        @watches << [glob, block]
      end