From: XhmikosR Date: Tue, 18 Mar 2014 05:23:12 +0000 (+0200) Subject: Rename target. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f2a9a29822f248698c1e12e773ad1acc3764a8fd;p=html-minifier.git Rename target. --- 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 %>'