Skip to content

Commit

Permalink
add node version to the cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Mar 5, 2012
1 parent 86c611a commit 6472ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -123,7 +123,7 @@ NPM_VERSION=$(package_resolve_version "npm")
echo "Using npm version: ${NPM_VERSION}" | indent

# cache directories
CACHE_STORE_DIR="$CACHE_DIR/node_modules/$NPM_VERSION"
CACHE_STORE_DIR="$CACHE_DIR/node_modules/$NODE_VERSION/$NPM_VERSION"
CACHE_TARGET_DIR="$BUILD_DIR/node_modules"

# s3 packages
Expand Down

0 comments on commit 6472ce7

Please sign in to comment.