难过乌龟

文章
3
资源
0
加入时间
3年0月9天

grunt配置-clean任务

grunt-contrib-clean插件-tasks目录下clean.js文件中配置了一个clean任务:[code="java"]grunt.registerMultiTask('clean', 'Clean files and folders.', function() { // Merge task-specific and/or target-specific opti...