Sha256: 814b591949b76dd386516a5b3a5eade743df76a91e263d4f680c8efb96ef5a7b

Contents?: true

Size: 443 Bytes

Versions: 5

Compression:

Stored size: 443 Bytes

Contents

#!/bin/bash

#/ NAME
#/     ao-build -- build assets, binaries, etc.
#/
#/ SYNOPSIS
#/     ao build [deploy_set...]

# figure out the project root under which bin, lib live
shome="$(cd -P -- "$(dirname -- "$BASH_SOURCE")/.." && pwd -P)"

# load a jason bourne library
source "$shome/sbin/_treadstone"

# parse the command-line

# entry point
function main {
  bundle exec cap "$@" deploy:lock deploy:build
}

require 'sub' "$BASH_SOURCE" "$@"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alpha_omega-1.1.7 libexec/ao-build
alpha_omega-1.1.6 libexec/ao-build
alpha_omega-1.1.5 libexec/ao-build
alpha_omega-1.1.4 libexec/ao-build
alpha_omega-1.1.3 libexec/ao-build