biozshock/assetic-gulp
Composer 安装命令:
composer require biozshock/assetic-gulp
包简介
README 文档
README
This bundle provides a command assetic:gulp that generates a JSON file suitable for use with gulp
Example config
[ { "sources": [ "\/home\/user\/project\/app\/..\/vendor\/twitter\/bootstrap\/dist\/js\/bootstrap.js" ], "destination": { "path": "\/home\/user\/project/app\/..\/web\/assetic", "file": "bootstrap_js.js" }, "types": [ "js" ] }, { "sources": [ "\/home\/user\/project\/app\/..\/vendor\/twitter\/bootstrap\/dist\/css\/bootstrap.css", "\/home\/user\/project\/app\/..\/vendor\/twitter\/bootstrap\/dist\/css\/bootstrap-theme.css" ], "destination": { "path": "\/home\/user\/project\/app\/..\/web\/assetic", "file": "bootstrap_css.css" }, "types": [ "css" ] } ]
Such file can be processed with example gulpfile.js:
统计信息
- 总下载量: 4.51k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-01-25