Sha256: e6212fad344915058a7204c63993ba3af66bc80453cae036fe0c4ecc459227d2
Contents?: true
Size: 278 Bytes
Versions: 5
Compression:
Stored size: 278 Bytes
Contents
#!/bin/sh set -e 0 if ! bundle check 1>/dev/null 2>&1; then bundle install --no-color --binstubs --path vendor/gems fi if ! npm list bower 2>&1 | grep 0.8.5 >/dev/null; then # npm install bower npm install git://github.com/twitter/bower.git fi bower install --no-color
Version data entries
5 entries across 5 versions & 2 rubygems