Skip to content

Commit f2318ed

Browse files
authored
Merge pull request #210 from peternewman/closure-fixes
Skip warnings in closure code we don't control
2 parents dfb3347 + 35b7999 commit f2318ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ module.exports = function(grunt) {
107107
'--js', 'node_modules/google-closure-library/third_party/**.js',
108108
'--js', '"!**_test.js"',
109109
'--jscomp_warning', 'lintChecks',
110+
'--hide_warnings_for', 'node_modules/google-closure-library/',
110111
'--entry_point', 'app.setup',
111112
'--js_output_file', 'static/js/app.js',
112113
'--dependency_mode', 'STRICT',

0 commit comments

Comments
 (0)