]> source.dussan.org Git - jquery.git/commit
Build: Don't lint every file in dist/ (#3245)
authorMichał Gołębiowski <m.goleb@gmail.com>
Mon, 25 Jul 2016 23:22:53 +0000 (01:22 +0200)
committerOleg Gaidarenko <markelog@gmail.com>
Mon, 25 Jul 2016 23:22:53 +0000 (03:22 +0400)
commitedf7a43681ca0ba517b155fd5d748921660dfcd2
treec41e55d480e858be853ad5bc2a45d64590c22012
parent04a2e036d0de3a0b382af3379c99d23e9ac7c390
Build: Don't lint every file in dist/ (#3245)

Currently the "all" target for the eslint task includes way more than
the "dev" & "dist" targets combined and those 2 tasks are the one run in
`npm test`.
Gruntfile.js