Skip to content

Instantly share code, notes, and snippets.

@jhawthorn
Last active December 24, 2015 16:59
Show Gist options
  • Save jhawthorn/6832645 to your computer and use it in GitHub Desktop.
Save jhawthorn/6832645 to your computer and use it in GitHub Desktop.
using vendor/bundle with spree
for dir in api backend core frontend sample .; do
mkdir -p "$dir/.bundle"
cat > "$dir/.bundle/config" << EOF
BUNDLE_DISABLE_SHARED_GEMS: '1'
BUNDLE_PATH: '`pwd`/vendor/bundle'
EOF
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment