humanit-se/composer-ant-bridge

Composer script that runs Ant build-script for installed packages

v1.0.0 2017-02-20 16:11 UTC

This package is not auto-updated.

Last update: 2024-05-11 23:56:39 UTC


README

Composer script that runs Ant build-script for installed packages

Use

Add script to projects composer.json

"scripts": {
    "antbuilder": [
        "ComposerAntBridge\\Packages::build"
    ]
}

Call:

composer run-script antbuilder

If your Ant build-files has a specific target you want to trigger, you can pass that as an argument:

composer run-script antbuilder -- prod