登录 注册
当前位置:主页 > 资源下载 > 9 > Grunt-raygun-sourcemaps是一款可将多个源地图文件上传至Raygun.io的Grunt插件

Grunt-raygun-sourcemaps是一款可将多个源地图文件上传至Raygun.io的Grunt插件

  • 更新:2024-10-23 14:45:44
  • 大小:8KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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