登录 注册
当前位置:主页 > 资源下载 > 5 > Grunt 插件grunt-ini-file用于处理INI格式的文件

Grunt 插件grunt-ini-file用于处理INI格式的文件

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

资源介绍

grunt-ini 文件 处理 INI 文件 入门 这个插件需要 Grunt ~0.4.2 如果您以前没有使用过 ,请务必查看指南,因为它解释了如何创建以及安装和使用 Grunt 插件。 熟悉该过程后,您可以使用以下命令安装此插件: npm install grunt-ini-file --save-dev 要安装此分支,请将其添加到您的 package.json 开发依赖项中 "devDependencies" : { "grunt-ini-file" : "https://github.com/kernowjoe/grunt-ini-file.git" } , 跑步 npm update 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-ini-file' )