nopt-grunt-fix:修复 Grunt 的参数解析 ~0.4.x

时间:2024-07-08 13:48:21
【文件属性】:

文件名称:nopt-grunt-fix:修复 Grunt 的参数解析 ~0.4.x

文件大小:8KB

文件格式:ZIP

更新时间:2024-07-08 13:48:21

JavaScript

nopt-咕噜声修复 修复 Grunt 的参数解析 ~0.4.x 概述 咕噜有一个(,),更新到新版本的和修复解析选项。 但由于这是一个突破性的变化,它不会在 Grunt 0.5.0 之前实施...... 好吧,你不必等待,未来就在眼前! 将此模块添加到您的 Gruntfile 中,它将使 Grunt 选项按照您的预期工作。 安装 $ npm install --save nopt-grunt-fix 用法 在Gruntfile.js的顶部: module . exports = function ( grunt ) { require ( 'nopt-grunt-fix' ) ( grunt ) ; //... } 就是这样! 行为 没有nopt-grunt-fix ,运行: $ grunt task1 --no-build --once --no-watch -r=


【文件预览】:
nopt-grunt-fix-master
----index.js(2KB)
----package.json(739B)
----test()
--------grunt()
--------fixtures()
----LICENSE(1KB)
----Gruntfile.js(510B)
----.gitignore(587B)
----README.md(2KB)

网友评论