johnpbloch/composer-grunt-bridge
最新稳定版本:0.0.2
Composer 安装命令:
composer require johnpbloch/composer-grunt-bridge
包简介
Grunt integration for Composer packages.
README 文档
README
Grunt integration for Composer packages.
A quick proof of concept based entirely on (and shamelessly stolen from) the composer-npm-bridge.
Basically, add this to your composer.json requirements to have composer run the default grunt task for your project on install or update. You can specify a certain non-default task or list of tasks using the "extra" object:
// Specify one task to run { "extra": { "grunt-task": "build" } } // OR specify multiple tasks to run { "extra": { "grunt-task": ["sass", "concat", "uglify", "cssmin"] } }
统计信息
- 总下载量: 5.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-02-18