mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 09:41:40 +09:00
grunt task 변경
- 변경된 파일을 추출할 때 삭제된 파일을 제외
This commit is contained in:
parent
9fc7cc1a41
commit
72ad1fd3c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue