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

Warning: Task "copy" not found. Use --force to continue.

Warning: Task "copy" not found. Use --force to continue.

'use strict'module.export=function(grunt){ //加载插件 require('load-grunt-tasks')(grunt); require('time-grunt')(grunt); //配置项目路径 var config={ app:'app', dist:'dist' }; //配置项目设置 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' } },    //另一种写法 //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'] } } });}
查看完整描述

1 回答

?
qq_微笑面对明天_03333702

TA贡献1条经验 获得超0个赞

求大神解决

查看完整回答
反对 回复 2016-05-15
  • 1 回答
  • 0 关注
  • 1830 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信