Last active
December 24, 2015 16:59
-
-
Save jhawthorn/6832645 to your computer and use it in GitHub Desktop.
using vendor/bundle with spree
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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