biozshock/assetic-gulp

此包的最新版本(1.0.7)没有可用的许可证信息。

1.0.7 2018-01-10 14:54 UTC

This package is not auto-updated.

Last update: 2024-09-13 15:06:46 UTC


README

此捆绑包提供了一个命令 assetic:gulp,该命令可以生成一个适合与gulp一起使用的JSON文件

示例配置

[
    {
        "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"
        ]
    }
]

此文件可以使用 example gulpfile.js 进行处理