From 72ad1fd3c41ff1544a40b04157442beaaeacf8c0 Mon Sep 17 00:00:00 2001 From: bnu Date: Mon, 5 Jan 2015 15:11:19 +0900 Subject: [PATCH] =?UTF-8?q?grunt=20task=20=EB=B3=80=EA=B2=BD=20-=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=EB=90=9C=20=ED=8C=8C=EC=9D=BC=EC=9D=84=20?= =?UTF-8?q?=EC=B6=94=EC=B6=9C=ED=95=A0=20=EB=95=8C=20=EC=82=AD=EC=A0=9C?= =?UTF-8?q?=EB=90=9C=20=ED=8C=8C=EC=9D=BC=EC=9D=84=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a8320b459..9b9f7a502 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -324,7 +324,7 @@ module.exports = function(grunt) { // changed grunt.util.spawn({ cmd: "git", - args: ['diff', '--name-only', target] + args: ['diff', '--name-only', '--diff-filter' ,'ACM', target] }, function (error, result, code) { diff = result.stdout;