From 67b47526d41bebdb043da7c25b0517529580a8c6 Mon Sep 17 00:00:00 2001 From: Daniel Freedman Date: Thu, 17 Oct 2013 11:24:43 -0700 Subject: [PATCH] Add MutationObservers to audit log --- gruntfile.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/gruntfile.js b/gruntfile.js index 3584953ed5..d65ad853a9 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -89,17 +89,18 @@ module.exports = function(grunt) { options: { repos: [ '.', - '../platform', - '../WeakMap', - '../ShadowDOM', - '../HTMLImports', '../CustomElements', + '../HTMLImports', + '../MutationObservers', + '../NodeBind', '../PointerEvents', '../PointerGestures', - '../polymer-expressions', + '../ShadowDOM', + '../TemplateBinding', + '../WeakMap', '../observe-js', - '../NodeBind', - '../TemplateBinding' + '../platform', + '../polymer-expressions' ] }, dest: 'build.log',