-
Grunt-raygun-sourcemaps是一款可将多个源地图文件上传至Raygun.io的Grunt插件
资源介绍
grunt-raygun-sourcemaps
Grunt插件可使用将多个源地图文件上传到 。
入门
这个插件需要~0.4.5
如果您以前从未使用过 ,请务必查看《指南》,因为它说明了如何创建以及安装和使用Grunt插件。 熟悉该过程后,可以使用以下命令安装此插件:
npm install grunt-raygun-sourcemaps --save-dev
插件安装完成后,可以使用以下JavaScript代码在您的Gruntfile中启用该插件:
grunt . loadNpmTasks ( 'grunt-raygun-sourcemaps' ) ;
“ raygun_sourcemaps”任务
概述
在项目的Gruntfile中,将一个名为raygun_sourcemaps的部分添加到传递给grunt.initConfig()的数据对象中。
grunt . initCo