]> source.dussan.org Git - jquery.git/commitdiff
Build: Remove json check for jscs config
authorOleg Gaidarenko <markelog@gmail.com>
Wed, 23 Apr 2014 16:02:06 +0000 (20:02 +0400)
committerOleg Gaidarenko <markelog@gmail.com>
Wed, 23 Apr 2014 16:02:06 +0000 (20:02 +0400)
Gruntfile.js

index f3f5636c585d720cb0913084cc61758d9cf52195..d1ad5d47526936d0e6bb2d2186a4b36d33ae8519 100644 (file)
@@ -75,10 +75,6 @@ module.exports = function( grunt ) {
                                src: [ "package.json" ]
                        },
 
-                       jscs: {
-                               src: [ ".jscs.json" ]
-                       },
-
                        bower: {
                                src: [ "bower.json" ]
                        }