grunt-rackspace:使用 Rackspace Cloud Api 的 Grunt 任务

时间:2021-06-17 07:37:38
【文件属性】:
文件名称:grunt-rackspace:使用 Rackspace Cloud Api 的 Grunt 任务
文件大小:5KB
文件格式:ZIP
更新时间:2021-06-17 07:37:38
JavaScript #grunt-rackspace 使用 Rackspace Cloud Api 的 Grunt 任务 ###安装 将目录更改为项目的根目录。 npm install grunt-rackspace ###用法 Gruntfile添加到您的Gruntfile grunt . loadNpmTasks ( 'grunt-rackspace' ) rackspace任务现在可用,例如 grunt rackspace 如果您想查看调试输出,还有grunt rackspace --debug 。 ###选项 选项放置在rackspace对象中Gruntfile的grunt.initConfig部分。 例子: rackspace : { config : { authUser : "someCoolUser" , authKey : "1234567890abc
【文件预览】:
grunt-rackspace-master
----LICENSE-MIT(1KB)
----package.json(963B)
----tasks()
--------rackspace.js(4KB)
----Gruntfile.js(789B)
----.npmignore(50B)
----.gitignore(25B)
----README.md(2KB)
----.hgignore(57B)

网友评论