We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfb3347 + 35b7999 commit f2318edCopy full SHA for f2318ed
Gruntfile.js
@@ -107,6 +107,7 @@ module.exports = function(grunt) {
107
'--js', 'node_modules/google-closure-library/third_party/**.js',
108
'--js', '"!**_test.js"',
109
'--jscomp_warning', 'lintChecks',
110
+ '--hide_warnings_for', 'node_modules/google-closure-library/',
111
'--entry_point', 'app.setup',
112
'--js_output_file', 'static/js/app.js',
113
'--dependency_mode', 'STRICT',
0 commit comments