Skip to content

Commit 67b4752

Browse files
committed
Add MutationObservers to audit log
1 parent cea51a6 commit 67b4752

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

gruntfile.js

+8-7
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,18 @@ module.exports = function(grunt) {
8989
options: {
9090
repos: [
9191
'.',
92-
'../platform',
93-
'../WeakMap',
94-
'../ShadowDOM',
95-
'../HTMLImports',
9692
'../CustomElements',
93+
'../HTMLImports',
94+
'../MutationObservers',
95+
'../NodeBind',
9796
'../PointerEvents',
9897
'../PointerGestures',
99-
'../polymer-expressions',
98+
'../ShadowDOM',
99+
'../TemplateBinding',
100+
'../WeakMap',
100101
'../observe-js',
101-
'../NodeBind',
102-
'../TemplateBinding'
102+
'../platform',
103+
'../polymer-expressions'
103104
]
104105
},
105106
dest: 'build.log',

0 commit comments

Comments
 (0)