don't use errors-pending-to-fix.js

This commit is contained in:
Xavier Mamano
2011-12-03 18:32:26 +01:00
parent 5aba9061b2
commit 9ed75efad1
2 changed files with 0 additions and 23 deletions
-1
View File
@@ -16,7 +16,6 @@ def minimize(code):
os.system(("java -jar %s --js %s --js_output_file %s" +
" --externs closure-compiler/Externs.js" +
" --externs closure-compiler/errors-pending-to-fix.js" +
" --jscomp_warning checkVars" +
" --jscomp_error checkRegExp" +
" --jscomp_error undefinedVars") % (path, ntf.name, ntf2.name))