grunt uglify 去掉console.log

grunt.initConfig({
 uglify: {
 options: {
 compress: {
 drop_console: true
}
},
 files: []
}
})
posted @ 2017-04-21 16:49  access笨小孩  阅读(735)  评论(0编辑  收藏  举报
>