为了账号安全,请及时绑定邮箱和手机立即绑定

找不到copy?

为什么我的就是不行?

'use strict'


modele.exports = function(grunt){

require('load-grunt-tasks');

require('time-grunt');

var config = {

app: 'app',

dist: 'dist'

}


grunt.initConfig({

config:config,


copy: {

dist:{

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

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

}

}

})

}


正在回答

1 回答

举报

0/150
提交
取消

找不到copy?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信