第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

運(yùn)行 grunt copy 報(bào)錯(cuò) Task "copy" not found.

'use strict'

module.export=function(grunt){

//加載插件

require('load-grunt-tasks')(grunt);


require('time-grunt')(grunt);


//配置項(xiàng)目路徑

var config={

app:'app',

dist:'dist'

};



//配置項(xiàng)目設(shè)置

grunt.initConfig({

config:config,

//定義Task

copy:{

dist_html:{

src:'<%=config.app%>/index.html',

dest:'<%=config.dis%>/index.html'

},

dist_js:{

src:'<%=config.app%>/js/index.js',

dest:'<%=config.dis%>/js/index.js'

}

},

? ? //另一種寫(xiě)法

//copy:{

? ? // ?files:[

? ? // ? ?{

? ? // ? ? ?src:'<%=config.app%>/index.html',

? ? // ? ? ?dest:'<%=config.dis%>/index.html'

? ? // ? ?},

? ? // ? ?{

? ? // ? ? ?src:'<%=config.app%>/js/index.js',

? ? // ? ? ?dest:'<%=config.dis%>/js/index.js'

? ? // ? ?}

? ? // ?]

? ? //},

clean:{

dist:{

src:['<%=config.dis%>/index.html','<%=config.dis%>/js/index.js']

}

}

});

}


正在回答

2 回答

說(shuō)得很清楚啊,/Applications/Xcode6-Beta2.app/Contents/Developer這個(gè)位置找不到,beta3你改成beta3的目錄就好了,不要告訴我你不知道哦怎么用3替換2. 1覺(jué)說(shuō)寫(xiě)個(gè)個(gè),細(xì)節(jié)

0 回復(fù) 有任何疑惑可以回復(fù)我~

因?yàn)槟阍赿est中的路徑寫(xiě)錯(cuò)了,你把<%= config.dist %>寫(xiě)成了<%= config.dis %>

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

運(yùn)行 grunt copy 報(bào)錯(cuò) Task "copy" not found.

我要回答 關(guān)注問(wèn)題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)