Sha256: 0ded55bb44b43d56b492db469ea5a0b46e286dcfb7c2cfe6e8dcae8126f5e184

Contents?: true

Size: 351 Bytes

Versions: 4

Compression:

Stored size: 351 Bytes

Contents

#!/bin/sh

npm install -g bower

if [ "$?" -ne "0" ]; then
  echo "Make sure you've got 'npm' and 'bower' installed on your system! 'npm' comes with nodejs. Please see http://nodejs.org/ for information about 'node.js/npm' and http://bower.io/ for more information about installing 'bower' on your system." >&2
fi

gem install bundler

bundle install

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
middleman-presentation-0.15.8 script/bootstrap
middleman-presentation-0.15.7 script/bootstrap
middleman-presentation-0.15.6 script/bootstrap
middleman-presentation-0.15.5 script/bootstrap