]> source.dussan.org Git - jquery.git/commit
Build: Lint the minified jQuery file as well - a Gruntfile fix
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>
Mon, 27 Jan 2020 18:21:23 +0000 (19:21 +0100)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 18:21:23 +0000 (19:21 +0100)
commit338f1fc77483a1bc1456e1f4ba1db2049bb45b45
tree01acf7298b636fb486d7f933e03e011da06d565c
parent23d53928f383b0e7440bf4b08b7524e6af232fad
Build: Lint the minified jQuery file as well - a Gruntfile fix

While we have absolutely no style-related expectations to our minified file,
we do care that it's valid ES 5.1. This is now verified.

Fixes gh-3075
Ref gh-4594
Closes gh-4598
Gruntfile.js