From 16866f216df034e159281f868d63be284cba2dc3 Mon Sep 17 00:00:00 2001 From: bnu Date: Wed, 22 Jan 2014 15:43:38 +0900 Subject: [PATCH] =?UTF-8?q?#358=20=EC=BD=94=EC=96=B4=EB=A1=9C=20=EC=98=AE?= =?UTF-8?q?=EA=B2=A8=20=EC=98=A8=20board=20=EB=AA=A8=EB=93=88=EC=9D=84=20?= =?UTF-8?q?=EB=B9=8C=EB=93=9C=EC=97=90=EC=84=9C=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gruntfile.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index cd1c05bb8..0c85634b7 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -236,7 +236,7 @@ module.exports = function(grunt) { grunt.registerTask('build', '', function(A, B) { var _only_export = false; - var tasks = ['board', 'krzip', 'syndication']; + var tasks = ['krzip', 'syndication']; if(!A) { grunt.fail.warn('Undefined build target.'); @@ -353,15 +353,6 @@ module.exports = function(grunt) { cmd: "tar", args: ['xf', 'build/temp.full.tar', '-C', 'build/xe'] }, function (error, result, code) { - // board - grunt.util.spawn({ - cmd: "git", - args: ['clone', '-b', 'master', 'git@github.com:xpressengine/xe-module-board.git', 'build/xe/modules/board'] - }, function (error, result, code) { - grunt.file.delete('build/xe/modules/board/.git'); - taskDone(); - }); - // krzip grunt.util.spawn({ cmd: "git",