mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
#358 코어로 옮겨 온 board 모듈을 빌드에서 제외
This commit is contained in:
parent
be78d9e349
commit
16866f216d
1 changed files with 1 additions and 10 deletions
11
Gruntfile.js
11
Gruntfile.js
|
|
@ -236,7 +236,7 @@ module.exports = function(grunt) {
|
||||||
|
|
||||||
grunt.registerTask('build', '', function(A, B) {
|
grunt.registerTask('build', '', function(A, B) {
|
||||||
var _only_export = false;
|
var _only_export = false;
|
||||||
var tasks = ['board', 'krzip', 'syndication'];
|
var tasks = ['krzip', 'syndication'];
|
||||||
|
|
||||||
if(!A) {
|
if(!A) {
|
||||||
grunt.fail.warn('Undefined build target.');
|
grunt.fail.warn('Undefined build target.');
|
||||||
|
|
@ -353,15 +353,6 @@ module.exports = function(grunt) {
|
||||||
cmd: "tar",
|
cmd: "tar",
|
||||||
args: ['xf', 'build/temp.full.tar', '-C', 'build/xe']
|
args: ['xf', 'build/temp.full.tar', '-C', 'build/xe']
|
||||||
}, function (error, result, code) {
|
}, 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
|
// krzip
|
||||||
grunt.util.spawn({
|
grunt.util.spawn({
|
||||||
cmd: "git",
|
cmd: "git",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue