peertopark/composer-grunt-bridge
Composer 安装命令:
composer require peertopark/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"] } }
统计信息
- 总下载量: 508
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-01-26