From e32fd8abb8ed2bd0e267c6b07e0e54ae44edea86 Mon Sep 17 00:00:00 2001 From: c0bra Date: Wed, 24 Sep 2014 17:07:33 -0500 Subject: [PATCH] Adding jit-grunt mapping for jscs task --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gruntfile.js b/Gruntfile.js index 22b72b1ebd..2677954327 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -12,6 +12,7 @@ module.exports = function(grunt) { ngtemplates: 'grunt-angular-templates', changelog: 'grunt-conventional-changelog', shell: 'grunt-shell-spawn', + jscs: 'grunt-jscs-checker', 'stable-version': './lib/grunt/plugins.js', 'current-version': './lib/grunt/plugins.js' });