From f2a9a29822f248698c1e12e773ad1acc3764a8fd Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 18 Mar 2014 07:23:12 +0200 Subject: [PATCH] Rename target. --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index f45240b..60d3c7c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -17,7 +17,7 @@ module.exports = function(grunt) { options: { jshintrc: '.jshintrc' }, - gruntfile: { + grunt: { src: 'Gruntfile.js' }, src: { @@ -36,7 +36,7 @@ module.exports = function(grunt) { config: '.jscsrc' }, grunt: { - src: '<%= jshint.gruntfile.src %>' + src: '<%= jshint.grunt.src %>' }, src: { src: '<%= jshint.src.src %>' -- 2.34.1